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]

[PATCH, committed] Fix comment typo in optc-gen.awk


The following trivial patch fixes a comment in optc-gen.awk.

Bootstrapped and regtested on i686-pc-linux-gnu.
Committed as obvious to mainline.

Regards,
Volker


2008-05-11  Volker Reichelt  <v.reichelt@netcologne.de>

	* optc-gen.awk: Fix comment typo.

===================================================================
--- gcc/optc-gen.awk	(revision 131273)
+++ gcc/optc-gen.awk	(working copy)
@@ -17,7 +17,7 @@
 # <http://www.gnu.org/licenses/>.
 
 # This Awk script reads in the option records generated from 
-# opt-gather.awk, combines the flags of duplicat options and generates a
+# opt-gather.awk, combines the flags of duplicate options and generates a
 # C file.
 #
 # This program uses functions from opt-functions.awk
===================================================================


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