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/config.gcc | |
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/config.gcc')
-rw-r--r-- | gcc/config.gcc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 36a10ba..2f6e7fb 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -92,16 +92,16 @@ # # extra_programs Like extra_passes, but these are used when linking. # -# host_extra_objs List of extra host-dependant objects that should +# host_extra_objs List of extra host-dependent objects that should # be linked into the compiler proper. # -# host_extra_gcc_objs List of extra host-dependant objects that should +# host_extra_gcc_objs List of extra host-dependent objects that should # be linked into the gcc driver. # -# c_target_objs List of extra target-dependant objects that be +# c_target_objs List of extra target-dependent objects that be # linked into the C compiler only. # -# cxx_target_objs List of extra target-dependant objects that be +# cxx_target_objs List of extra target-dependent objects that be # linked into the C++ compiler only. # # build_xm_defines List of macros to define when compiling for the |