summaryrefslogtreecommitdiffstats
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-23 02:05:19 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-23 02:05:19 +0000
commit3fb1e43b955821cefaa85917b813a41b6fb8d204 (patch)
tree827acc65803788d44d036826826c0366d5c3edc9 /gcc/toplev.c
parent4ad72a0325ec1d17df81831a7c0437644a91e96f (diff)
downloadppe42-gcc-3fb1e43b955821cefaa85917b813a41b6fb8d204.tar.gz
ppe42-gcc-3fb1e43b955821cefaa85917b813a41b6fb8d204.zip
* ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c, cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c, dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h, explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c, sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47279 138bc75d-0d04-0410-961f-82ee72b054a4
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 f442b643a5b..bb7eedfda59 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4588,7 +4588,7 @@ general_init (argv0)
}
/* Parse command line options and set default flag values, called
- after language-independent option-independent intialization. Do
+ after language-independent option-independent initialization. Do
minimal options processing. Outputting diagnostics is OK, but GC
and identifier hashtables etc. are not initialized yet. */
static void
@@ -4988,7 +4988,7 @@ lang_independent_init ()
decl_printable_name = decl_name;
lang_expand_expr = (lang_expand_expr_t) do_abort;
- /* Set the language-dependent identifer size. */
+ /* Set the language-dependent identifier size. */
tree_code_length[(int) IDENTIFIER_NODE]
= ((lang_hooks.identifier_size - sizeof (struct tree_common))
/ sizeof (tree));
OpenPOWER on IntegriCloud