]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/analyzer/analyzer.cc
Fix up duplicated duplicated words in comments
authorJakub Jelinek <jakub@redhat.com>
Mon, 7 Mar 2022 14:00:20 +0000 (15:00 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 7 Mar 2022 14:00:20 +0000 (15:00 +0100)
commit027e30414492d50feb2854aff38227b14300dc4b
treee71c4d30600403c7933a9ead48d9e3f3a4b71915
parentb1d8198e7df616ea80cb648a2c831e2c21f4319f
Fix up duplicated duplicated words in comments

Like in r10-7215-g700d4cb08c88aec37c13e21e63dd61fd698baabc 2 years ago,
I've run
grep -v 'long long\|optab optab\|template template\|double double' *.{[chS],cc} */*.{[chS],cc} *.def config/*/* 2>/dev/null | grep ' \([a-zA-Z]\+\) \1 '
and for the cases that looked clearly wrong changed them, mostly by removing
one of the duplicated words but in some cases with other changes.

2022-03-07  Jakub Jelinek  <jakub@redhat.com>

gcc/
* tree-ssa-propagate.cc: Fix up duplicated word issue in a comment.
* config/riscv/riscv.cc: Likewise.
* config/darwin.h: Likewise.
* config/i386/i386.cc: Likewise.
* config/aarch64/thunderx3t110.md: Likewise.
* config/aarch64/fractional-cost.h: Likewise.
* config/vax/vax.cc: Likewise.
* config/rs6000/pcrel-opt.md: Likewise.
* config/rs6000/predicates.md: Likewise.
* ctfc.h: Likewise.
* tree-ssa-uninit.cc: Likewise.
* value-relation.h: Likewise.
* gimple-range-gori.cc: Likewise.
* ipa-polymorphic-call.cc: Likewise.
* pointer-query.cc: Likewise.
* ipa-sra.cc: Likewise.
* internal-fn.cc: Likewise.
* varasm.cc: Likewise.
* gimple-ssa-warn-access.cc: Likewise.
gcc/analyzer/
* store.cc: Fix up duplicated word issue in a comment.
* analyzer.cc: Likewise.
* engine.cc: Likewise.
* sm-taint.cc: Likewise.
gcc/c-family/
* c-attribs.cc: Fix up duplicated word issue in a comment.
gcc/cp/
* cvt.cc: Fix up duplicated word issue in a comment.
* pt.cc: Likewise.
* module.cc: Likewise.
* coroutines.cc: Likewise.
gcc/fortran/
* trans-expr.cc: Fix up duplicated word issue in a comment.
* gfortran.h: Likewise.
* scanner.cc: Likewise.
gcc/jit/
* libgccjit.h: Fix up duplicated word issue in a comment.
32 files changed:
gcc/analyzer/analyzer.cc
gcc/analyzer/engine.cc
gcc/analyzer/sm-taint.cc
gcc/analyzer/store.cc
gcc/c-family/c-attribs.cc
gcc/config/aarch64/fractional-cost.h
gcc/config/aarch64/thunderx3t110.md
gcc/config/darwin.h
gcc/config/i386/i386.cc
gcc/config/riscv/riscv.cc
gcc/config/rs6000/pcrel-opt.md
gcc/config/rs6000/predicates.md
gcc/config/vax/vax.cc
gcc/cp/coroutines.cc
gcc/cp/cvt.cc
gcc/cp/module.cc
gcc/cp/pt.cc
gcc/ctfc.h
gcc/fortran/gfortran.h
gcc/fortran/scanner.cc
gcc/fortran/trans-expr.cc
gcc/gimple-range-gori.cc
gcc/gimple-ssa-warn-access.cc
gcc/internal-fn.cc
gcc/ipa-polymorphic-call.cc
gcc/ipa-sra.cc
gcc/jit/libgccjit.h
gcc/pointer-query.cc
gcc/tree-ssa-propagate.cc
gcc/tree-ssa-uninit.cc
gcc/value-relation.h
gcc/varasm.cc