diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2020-08-03 09:35:49 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2020-08-03 09:38:51 +0200 |
commit | b7dd405948d12e005ce4ebe665120fa028e050b4 (patch) | |
tree | 79a6aeabf475d6e4d18f2bcab41dc982b3a18419 /gcc/fortran/intrinsic.texi | |
parent | 4ba9fb0a3e65254cb5d8cb0a3bc67bbef8ed2fcf (diff) | |
download | gcc-b7dd405948d12e005ce4ebe665120fa028e050b4.zip gcc-b7dd405948d12e005ce4ebe665120fa028e050b4.tar.gz gcc-b7dd405948d12e005ce4ebe665120fa028e050b4.tar.bz2 |
Fortran texi: Fix typos
gcc/fortran/ChangeLog
* gfc-internals.texi: Fix typos.
* gfortran.texi: Likewise.
* intrinsic.texi: Likewise.
* invoke.texi: Likewise.
Diffstat (limited to 'gcc/fortran/intrinsic.texi')
-rw-r--r-- | gcc/fortran/intrinsic.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 6268fec..13325ed 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -8325,7 +8325,7 @@ Elemental function @item @emph{Arguments}: @multitable @columnfractions .15 .70 @item @var{A} @tab Shall be of type @code{INTEGER}, -@code{REAL}, or @code{COMPLEX} or or a boz-literal-constant. +@code{REAL}, or @code{COMPLEX} or a boz-literal-constant. @item @var{KIND} @tab (Optional) An @code{INTEGER} initialization expression indicating the kind parameter of the result. @end multitable @@ -10416,7 +10416,7 @@ Transformational function @item @var{DIM} @tab (Optional) Shall be a scalar of type @code{INTEGER}, with a value between one and the rank of @var{ARRAY}, inclusive. It may not be an optional dummy argument. -@item @var{MASK} @tab (Opional) Shall be an array of type @code{LOGICAL}, +@item @var{MASK} @tab (Optional) Shall be an array of type @code{LOGICAL}, and conformable with @var{ARRAY}. @end multitable |