* optc-gen.awk: Fix comment typo.
authorVolker Reichelt <v.reichelt@netcologne.de>
Sun, 11 May 2008 19:43:00 +0000 (19:43 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Sun, 11 May 2008 19:43:00 +0000 (19:43 +0000)
From-SVN: r135183

gcc/ChangeLog
gcc/optc-gen.awk

index cfaa317722b2ede7a2745a175c168bf365e7f97e..02a9c8d027b2705401ce08aeb6d7a724429d2ead 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-11  Volker Reichelt  <v.reichelt@netcologne.de>
+
+       * optc-gen.awk: Fix comment typo.
+
 2008-05-11  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
 
        * pretty-print.c (pp_integer_with_precision): Use
index f3b41a9677875062dbdec9eb7301a3ebd4591670..79fe800018b0034179714ddb417fa9dd008c26b6 100644 (file)
@@ -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