diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-22 01:19:39 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-22 01:19:39 +0000 |
commit | 7920eed55f2a73bcbfd84f9bf5ed4429fcd8cbd2 (patch) | |
tree | 4248e605c7adbfb3c83eaf3d9c6b6448e0edcdc7 /gcc/toplev.c | |
parent | 9a5f9798e5769f536939f587ffac2a571a7b2997 (diff) | |
download | gcc-7920eed55f2a73bcbfd84f9bf5ed4429fcd8cbd2.tar.gz |
* cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,
output.h, toplev.c, tree-affine.h, tree-flow.h,
tree-ssa-alias.c, tree-ssa-coalesce.c, tree-ssa-live.c,
tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c,
tree-vrp.c, varpool.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120137 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index ae0b536691e..d83da13b4a5 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1249,7 +1249,7 @@ print_single_switch (print_switch_fn_type print_fn, { /* The ultrix fprintf returns 0 on success, so compute the result we want here since we need it for the following test. The +1 - is for the seperator character that will probably be emitted. */ + is for the separator character that will probably be emitted. */ int len = strlen (text) + 1; if (pos != 0 |