diff options
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 ae0b536..d83da13 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 |