This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix comment typos in Makefile.in


Howdy,

I found a few comment typos in Makefile.in.  The following patch
fixes them.

Bootstrapped and regression tested on powerpc-unknown-linux-gnu.

Committed as obvious.

-- 
Matt Kraai            kraai@ftbfs.org            http://ftbfs.org/

	* Makefile.in: Fix comment typos.

Index: gcc/Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1246
diff -u -r1.1246 Makefile.in
--- gcc/Makefile.in	7 Feb 2004 23:45:21 -0000	1.1246
+++ gcc/Makefile.in	11 Feb 2004 08:50:07 -0000
@@ -2655,7 +2655,7 @@
 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 @@
 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) $@


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]