diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-16 22:45:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-16 22:45:49 +0000 |
commit | aba4a9bf5e2805c0c44ad38d84078cb0e01070aa (patch) | |
tree | 999db5731f348deb0dbed044c6e3e6e43b3f7675 /gcc/toplev.c | |
parent | 97c9de0114a68f894c6c9c04961149c3fa049c1f (diff) | |
download | gcc-aba4a9bf5e2805c0c44ad38d84078cb0e01070aa.tar.gz |
* cccp.c (print_help): Fix typos.
* cpplib.c (print_help): Fix typos.
* toplev.c (f_optiosn): Fix typos.
(documented_lang_options): Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24706 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 8 |
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", "" }, |