aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-18 19:47:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-18 19:47:10 +0000
commit454ff5cbf0544db194bc0b1a87902f913ab93faa (patch)
tree415e77fa8943b51c9cb97549ca6147abb08d118f /gcc/gcc.c
parent112cdef5e66fccce5475fabb5317805e012dc212 (diff)
downloadgcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.zip
gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.tar.gz
gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.tar.bz2
alias.c, [...]: Fix comment typos.
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c, gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c, optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c, tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c, tree-ssa-operands.c, tree-ssa-phiopt.c, tree-ssa-threadupdate.c: Fix comment typos. From-SVN: r87707
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 6e7dec9..e6f72bf 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5169,7 +5169,7 @@ do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part)
}
else
/* Catch the case where a spec string contains something like
- '%{foo:%*}'. ie there is no * in the pattern on the left
+ '%{foo:%*}'. i.e. there is no * in the pattern on the left
hand side of the :. */
error ("spec failure: '%%*' has not been initialized by pattern match");
break;