diff options
author | Matt Kraai <kraai@alumni.cmu.edu> | 2004-02-14 15:33:21 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2004-02-14 15:33:21 +0000 |
commit | cb7c0b5a3ebf751bae0be29a1cf3fff974fd1728 (patch) | |
tree | 37b4836ac25b2115086740724e92528a19bb169c /gcc | |
parent | 45f9877a5168dab9c83c1b486c09d18f0a26291f (diff) | |
download | gcc-cb7c0b5a3ebf751bae0be29a1cf3fff974fd1728.zip gcc-cb7c0b5a3ebf751bae0be29a1cf3fff974fd1728.tar.gz gcc-cb7c0b5a3ebf751bae0be29a1cf3fff974fd1728.tar.bz2 |
* Makefile.in: Fix comment typos.
From-SVN: r77806
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ab5ed59..6121ea7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-14 Matt Kraai <kraai@alumni.cmu.edu> + + * Makefile.in: Fix comment typos. + 2004-02-14 Olivier Hainque <hainque@act-europe.fr> * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2779e82..d30c4fa 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2655,7 +2655,7 @@ TEXI_GCCINSTALL_FILES = install.texi install-old.texi fdl.texi TEXI_CPPINT_FILES = cppinternals.texi # The *.1, *.7, *.info, and *.dvi files are being generated from implicit -# patterns. To use them, put each of the specific target with with their +# patterns. To use them, put each of the specific targets with its # specific dependencies but no build commands. doc/cpp.info: $(TEXI_CPP_FILES) @@ -2720,7 +2720,7 @@ doc/%.7: %.pod cpp.pod: cpp.texi cppenv.texi cppopts.texi # These next rules exist because the output name is not the same as -# the input name, so our implict %.pod rule will not work. +# the input name, so our implicit %.pod rule will not work. gcc.pod: invoke.texi cppenv.texi cppopts.texi $(STAMP) $@ |