diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 20:09:17 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 20:09:17 +0000 |
commit | ff7cc30768b33d4124a232f7f19cd1bc0fd62b51 (patch) | |
tree | c77fe1bb905e48b9ef6d1aa767606adced63e933 /gcc/toplev.c | |
parent | 306ef64467b81eff37995c0620ee097c9d174463 (diff) | |
download | gcc-ff7cc30768b33d4124a232f7f19cd1bc0fd62b51.zip gcc-ff7cc30768b33d4124a232f7f19cd1bc0fd62b51.tar.gz gcc-ff7cc30768b33d4124a232f7f19cd1bc0fd62b51.tar.bz2 |
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
configure, configure.in, except.c, except.h, flow.c, function.c,
gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
unroll.c: Fix spelling errors.
From-SVN: r46595
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 62dabc7..cd7fc11 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1119,7 +1119,7 @@ lang_independent_options f_options[] = {"rename-registers", &flag_rename_registers, 1, N_("Do the register renaming optimization pass") }, {"common", &flag_no_common, 0, - N_("Do not put unitialised globals in the common section") }, + N_("Do not put uninitialized globals in the common section") }, {"inhibit-size-directive", &flag_inhibit_size_directive, 1, N_("Do not generate .size directives") }, {"function-sections", &flag_function_sections, 1, @@ -1539,7 +1539,7 @@ lang_independent_options W_options[] = {"unreachable-code", &warn_notreached, 1, N_("Warn about code that will never be executed") }, {"uninitialized", &warn_uninitialized, 1, - N_("Warn about unitialized automatic variables") }, + N_("Warn about uninitialized automatic variables") }, {"inline", &warn_inline, 1, N_("Warn when an inlined function cannot be inlined") }, {"packed", &warn_packed, 1, @@ -1719,7 +1719,7 @@ set_float_handler (handler) pointer FN, and one argument DATA. DATA is usually a struct which contains the real input and output for function FN. This function returns 0 (failure) if longjmp was called (i.e. an exception - occured.) It returns 1 (success) otherwise. */ + occurred.) It returns 1 (success) otherwise. */ int do_float_handler (fn, data) |