From 9dcc2edfa657d26223f7e74d27af225d4bbf11a9 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Wed, 10 Mar 2021 21:24:18 +0100 Subject: [PATCH] Fortran: Fix wording in intrinsic.texi's MIN gcc/fortran/ChangeLog: * intrinsic.texi (MIN): Correct 'maximum' to 'minimum'. --- gcc/fortran/intrinsic.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index ea78f7d..73baa34 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -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}: -- 2.7.4