aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-12-19 05:18:13 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-12-19 05:18:13 +0000
commit272d0bee76458f8e27e670f68890d6156102a93f (patch)
treea88cdafc197ec6d583f826dadc58fdeaa0a67c10 /gcc/toplev.c
parent358ecb103a6432ea4f6b8b6aeab74a4c483fb6bc (diff)
downloadgcc-272d0bee76458f8e27e670f68890d6156102a93f.zip
gcc-272d0bee76458f8e27e670f68890d6156102a93f.tar.gz
gcc-272d0bee76458f8e27e670f68890d6156102a93f.tar.bz2
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions. * ChangeLog.2: Likewise. * ChangeLog.4: Likewise. * ChangeLog.5: Likewise. * cppexp.c: Likewise. * df.c: Likewise. * gcov.c: Likewise. * gengtype.c: Likewise. * reload1.c: Likewise. * sched-rgn.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * timevar.c: Likewise. * toplev.c: Likewise. * tree.h: Likewise. * varasm.c: Likewise. * config/fr30/fr30.md: Likewise. * config/i386/i386.c: Likewise. * config/ia64/ia64.c: Likewise. * config/pa/pa.c: Likewise. From-SVN: r60281
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index d98405b..6d1a30d 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -423,7 +423,7 @@ int time_report = 0;
int mem_report = 0;
-/* Non-zero means to collect statistics which might be expensive
+/* Nonzero means to collect statistics which might be expensive
and to print them when we are done. */
int flag_detailed_statistics = 0;
@@ -4105,7 +4105,7 @@ decode_g_option (arg)
selected type. It is an error to specify more than one
debugging type. */
static enum debug_info_type selected_debug_type = NO_DEBUG;
- /* Non-zero if debugging format has been explicitly set.
+ /* Nonzero if debugging format has been explicitly set.
-g and -ggdb don't explicitly set the debugging format so
-gdwarf -g3 is equivalent to -gdwarf3. */
static int type_explicitly_set_p = 0;