From 9be0a89c95cc30089786faa26b89e8d7444c879e Mon Sep 17 00:00:00 2001 From: Jorge D'Elia Date: Thu, 21 Jan 2021 14:23:28 +0100 Subject: [PATCH] gcc/fortran/intrinsic.texi: Fix typo gcc/fortran/ChangeLog: * intrinsic.texi (CO_MAX): Fix typo. --- 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 -- 2.30.2