This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH, committed] Fix comment typo in optc-gen.awk
- From: Volker Reichelt <v dot reichelt at netcologne dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 11 May 2008 21:43:58 +0200 (CEST)
- Subject: [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
===================================================================