summaryrefslogtreecommitdiffstats
path: root/gcc/toplev.c
diff options
context:
space:
mode:
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 5a4fbfe7562..5bd82dcb9dd 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -819,7 +819,7 @@ lang_independent_options f_options[] =
{"strength-reduce", &flag_strength_reduce, 1,
"Perform strength reduction optimisations" },
{"unroll-loops", &flag_unroll_loops, 1,
- "Perform loop unrolling when interation count is known" },
+ "Perform loop unrolling when iteration count is known" },
{"unroll-all-loops", &flag_unroll_all_loops, 1,
"Perform loop unrolling for all loops" },
{"move-all-movables", &flag_move_all_movables, 1,
@@ -896,7 +896,7 @@ lang_independent_options f_options[] =
{"test-coverage", &flag_test_coverage, 1,
"Create data files needed by gcov" },
{"branch-probabilities", &flag_branch_probabilities, 1,
- "Use profiling information for branch porbabilities" },
+ "Use profiling information for branch probabilities" },
{"fast-math", &flag_fast_math, 1,
"Improve FP speed by violating ANSI & IEEE rules" },
{"common", &flag_no_common, 0,
@@ -984,7 +984,7 @@ documented_lang_options[] =
{ "-fno-freestanding", "" },
{ "-fcond-mismatch", "Allow different types as args of ? operator"},
{ "-fno-cond-mismatch", "" },
- { "-fdollars-in-identifiers", "Allow the use of $ inside indentifiers" },
+ { "-fdollars-in-identifiers", "Allow the use of $ inside identifiers" },
{ "-fno-dollars-in-identifiers", "" },
{ "-fident", "" },
{ "-fno-ident", "Ignore #ident directives" },
@@ -1091,7 +1091,7 @@ documented_lang_options[] =
{ "-lang-objc", "" },
{ "-gen-decls", "Dump decls to a .decl file" },
- { "-fgnu-runtime", "Generate code for GNU runtime envrionment" },
+ { "-fgnu-runtime", "Generate code for GNU runtime environment" },
{ "-fno-gnu-runtime", "" },
{ "-fnext-runtime", "Generate code for NeXT runtime environment" },
{ "-fno-next-runtime", "" },
OpenPOWER on IntegriCloud