From 53b28abf8e4ba37e47d3bb05476e0a80ae761567 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 14 Mar 2020 08:15:08 +0100 Subject: Fix doubled indefinite articles, mostly in comments. 2020-03-14 Jakub Jelinek * 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/hsa-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/hsa-common.h') diff --git a/gcc/hsa-common.h b/gcc/hsa-common.h index e12ffb1..ffeaaba 100644 --- a/gcc/hsa-common.h +++ b/gcc/hsa-common.h @@ -199,7 +199,7 @@ private: void operator delete (void *) {} }; -/* Report whether or not P is a an immediate operand. */ +/* Report whether or not P is an immediate operand. */ template <> template <> -- cgit v1.1