diff options
author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-14 15:33:21 +0000 |
---|---|---|
committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-14 15:33:21 +0000 |
commit | 08c53a6e374a41439057485946be695f68e4b6d2 (patch) | |
tree | 37b4836ac25b2115086740724e92528a19bb169c /gcc/Makefile.in | |
parent | 773f141f4b7c3493a942f40d5c52e5f954efe692 (diff) | |
download | gcc-08c53a6e374a41439057485946be695f68e4b6d2.tar.gz |
* Makefile.in: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2779e821903..d30c4faadbb 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) $@ |