summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 12:42:06 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 12:42:06 +0000
commitdd5b4b36c6c82b6018d550a469311d9c80bda0d2 (patch)
tree5147904e5bf678349cb97df457fd5f0fafc4363e /gcc/toplev.c
parentfee90afd23c293c1de32679801427d008bdc4b48 (diff)
downloadgcc-dd5b4b36c6c82b6018d550a469311d9c80bda0d2.tar.gz
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS, c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c, collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h, haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c, regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c, system.h, toplev.c: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46580 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 818da6fc47b..c68a446ba29 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4007,7 +4007,7 @@ display_target_options ()
}
}
-/* Parse a -d... comand line switch. */
+/* Parse a -d... command line switch. */
static void
decode_d_option (arg)
@@ -4060,7 +4060,7 @@ decode_d_option (arg)
}
}
-/* Parse a -f... comand line switch. ARG is the value after the -f.
+/* Parse a -f... command line switch. ARG is the value after the -f.
It is safe to access 'ARG - 2' to generate the full switch name.
Return the number of strings consumed. */
@@ -4164,7 +4164,7 @@ decode_f_option (arg)
return 1;
}
-/* Parse a -W... comand line switch. ARG is the value after the -W.
+/* Parse a -W... command line switch. ARG is the value after the -W.
It is safe to access 'ARG - 2' to generate the full switch name.
Return the number of strings consumed. */
@@ -4215,7 +4215,7 @@ decode_W_option (arg)
return 1;
}
-/* Parse a -g... comand line switch. ARG is the value after the -g.
+/* Parse a -g... command line switch. ARG is the value after the -g.
It is safe to access 'ARG - 2' to generate the full switch name.
Return the number of strings consumed. */