diff options
author | Martin Liska <mliska@suse.cz> | 2022-09-20 15:05:33 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-09-20 15:05:33 +0200 |
commit | a8bb495a5627bba44407dedbe38653bb0432d811 (patch) | |
tree | f78e7faaa29ab5a2f3dd39f8e9b2bd5246260edb /gcc/fortran | |
parent | 5ed0c11ec2a120031db9cecd9de302549e82dced (diff) | |
download | gcc-a8bb495a5627bba44407dedbe38653bb0432d811.zip gcc-a8bb495a5627bba44407dedbe38653bb0432d811.tar.gz gcc-a8bb495a5627bba44407dedbe38653bb0432d811.tar.bz2 |
replace "the the" typos
gcc/ada/ChangeLog:
* exp_ch6.adb: Replace "the the" with "the".
* sem_ch6.adb: Likewise.
* sem_disp.ads: Likewise.
gcc/ChangeLog:
* ctfc.cc (ctf_add_string): Replace "the the" with "the".
* doc/md.texi: Likewise.
* gimple-range-infer.cc (non_null_loadstore): Likewise.
gcc/fortran/ChangeLog:
* gfortran.texi: Replace "the the" with "the".
gcc/testsuite/ChangeLog:
* g++.dg/warn/Wclass-memaccess.C: Replace "the the" with "the".
* g++.dg/warn/Wconversion-real-integer2.C: Likewise.
* gcc.target/powerpc/p9-extract-1.c: Likewise.
* gcc.target/s390/s390.exp: Likewise.
* gcc.target/s390/zvector/vec-cmp-2.c: Likewise.
* gdc.dg/torture/simd_store.d: Likewise.
* gfortran.dg/actual_array_offset_1.f90: Likewise.
* gfortran.dg/pdt_15.f03: Likewise.
* gfortran.dg/pointer_array_8.f90: Likewise.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/gfortran.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 25410e6..fb4a489 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -3786,7 +3786,7 @@ The arguments are passed in the following order @code{CHARACTER} and no C binding is used @item The arguments in the order in which they appear in the Fortran declaration -@item The the present status for optional arguments with value attribute, +@item The present status for optional arguments with value attribute, which are internally passed by value @item The character length and/or coarray token and offset for the first argument which is a @code{CHARACTER} or a nonallocatable coarray dummy |