replace "the the" typos
authorMartin Liska <mliska@suse.cz>
Tue, 20 Sep 2022 13:05:33 +0000 (15:05 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 20 Sep 2022 13:05:33 +0000 (15:05 +0200)
commita8bb495a5627bba44407dedbe38653bb0432d811
treef78e7faaa29ab5a2f3dd39f8e9b2bd5246260edb
parent5ed0c11ec2a120031db9cecd9de302549e82dced
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.
16 files changed:
gcc/ada/exp_ch6.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_disp.ads
gcc/ctfc.cc
gcc/doc/md.texi
gcc/fortran/gfortran.texi
gcc/gimple-range-infer.cc
gcc/testsuite/g++.dg/warn/Wclass-memaccess.C
gcc/testsuite/g++.dg/warn/Wconversion-real-integer2.C
gcc/testsuite/gcc.target/powerpc/p9-extract-1.c
gcc/testsuite/gcc.target/s390/s390.exp
gcc/testsuite/gcc.target/s390/zvector/vec-cmp-2.c
gcc/testsuite/gdc.dg/torture/simd_store.d
gcc/testsuite/gfortran.dg/actual_array_offset_1.f90
gcc/testsuite/gfortran.dg/pdt_15.f03
gcc/testsuite/gfortran.dg/pointer_array_8.f90