diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index f442b64..bb7eedf 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)); |