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/gcc.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/gcc.c')
-rw-r--r-- | gcc/gcc.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -459,7 +459,7 @@ or with constant text in a single argument. specified to CC. Note that the tail part of the -S option (i.e. the part matched by the `*') will be substituted for each occurrence of %* within X. - %{<S} remove all occurences of -S from the command line. + %{<S} remove all occurrences of -S from the command line. Note - this option is position dependent. % commands in the spec string before this option will see -S, % commands in the spec string after this option will not. @@ -1458,7 +1458,7 @@ init_spec () (3) For each ET_DYN we're linking against (either through -lfoo or /some/path/foo.so), check to see whether it or one of - its dependancies depends on a shared libgcc. + its dependencies depends on a shared libgcc. (4) If "-shared" @@ -1666,7 +1666,7 @@ store_arg (arg, delete_always, delete_failure) record_temp_file (arg, delete_always, delete_failure); } -/* Load specs from a file name named FILENAME, replacing occurances of +/* Load specs from a file name named FILENAME, replacing occurrences of various different types of line-endings, \r\n, \n\r and just \r, with a single \n. */ @@ -5559,7 +5559,7 @@ main (argc, argv) xmalloc_set_program_name (programname); #ifdef GCC_DRIVER_HOST_INITIALIZATION - /* Perform host dependant initialization when needed. */ + /* Perform host dependent initialization when needed. */ GCC_DRIVER_HOST_INITIALIZATION; #endif |