]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arc/arc.c
Fix doubled indefinite articles, mostly in comments.
authorJakub Jelinek <jakub@redhat.com>
Sat, 14 Mar 2020 07:15:08 +0000 (08:15 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sat, 14 Mar 2020 07:15:08 +0000 (08:15 +0100)
commit53b28abf8e4ba37e47d3bb05476e0a80ae761567
tree852c7ce396caa57ba7a3880fa4b07d539d6f11cb
parent0034955eb16f7a3a79e242750c27fcad62d90147
Fix doubled indefinite articles, mostly in comments.

2020-03-14  Jakub Jelinek  <jakub@redhat.com>

* gimple-fold.c (gimple_fold_builtin_strncpy): Change
"a an" to "an" in a comment.
* hsa-common.h (is_a_helper): Likewise.
* tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Likewise.
* config/arc/arc.c (arc600_corereg_hazard): Likewise.
* config/s390/s390.c (s390_indirect_branch_via_thunk): Likewise.

* logic.cc (formula::formula): Change "a an" to "an" in a comment.
* parser.c (cp_debug_parser): Change "a an" to "an" in a string
literal.
gcc/ChangeLog
gcc/config/arc/arc.c
gcc/config/s390/s390.c
gcc/cp/ChangeLog
gcc/cp/logic.cc
gcc/cp/parser.c
gcc/gimple-fold.c
gcc/hsa-common.h
gcc/tree-ssa-strlen.c