public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-7611] Fortran: Fix wording in intrinsic.texi's MIN
@ 2021-03-10 20:25 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2021-03-10 20:25 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9dcc2edfa657d26223f7e74d27af225d4bbf11a9

commit r11-7611-g9dcc2edfa657d26223f7e74d27af225d4bbf11a9
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Mar 10 21:24:18 2021 +0100

    Fortran: Fix wording in intrinsic.texi's MIN
    
    gcc/fortran/ChangeLog:
    
            * intrinsic.texi (MIN): Correct 'maximum' to 'minimum'.

Diff:
---
 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 ea78f7d343a..73baa34104e 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}:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-10 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 20:25 [gcc r11-7611] Fortran: Fix wording in intrinsic.texi's MIN Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).