Fortran: Fix wording in intrinsic.texi's MIN
gcc/fortran/ChangeLog: * intrinsic.texi (MIN): Correct 'maximum' to 'minimum'.
This commit is contained in:
parent
1f428775ac
commit
9dcc2edfa6
@ -10628,7 +10628,7 @@ permitted.)
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
The return value corresponds to the maximum value among the arguments,
|
||||
The return value corresponds to the minimum value among the arguments,
|
||||
and has the same type and kind as the first argument.
|
||||
|
||||
@item @emph{Specific names}:
|
||||
|
Loading…
Reference in New Issue
Block a user