[gcc r11-6835] gcc/fortran/intrinsic.texi: Fix typo

Tobias Burnus burnus@gcc.gnu.org
Thu Jan 21 13:25:05 GMT 2021


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

commit r11-6835-g9be0a89c95cc30089786faa26b89e8d7444c879e
Author: Jorge D'Elia <jdelia@cimec.unl.edu.ar>
Date:   Thu Jan 21 14:23:28 2021 +0100

    gcc/fortran/intrinsic.texi: Fix typo
    
    gcc/fortran/ChangeLog:
    
            * intrinsic.texi (CO_MAX): Fix typo.

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 acf1cae3921..6e6aa26c25c 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -3753,7 +3753,7 @@ Collective subroutine
 @item @var{A}            @tab shall be an integer, real or character variable,
 which has the same type and type parameters on all images of the team.
 @item @var{RESULT_IMAGE} @tab (optional) a scalar integer expression; if
-present, it shall have the same the same value on all images and refer to an
+present, it shall have the same value on all images and refer to an
 image of the current team.
 @item @var{STAT}         @tab (optional) a scalar integer variable
 @item @var{ERRMSG}       @tab (optional) a scalar character variable


More information about the Gcc-cvs mailing list