aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorVolker Reichelt <v.reichelt@netcologne.de>2008-05-11 19:43:00 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2008-05-11 19:43:00 +0000
commitfc54bc8478e453f6f4ffb86bf509aea1e122c1d4 (patch)
tree287b32e2746ac84b29f339973f7816e09844a22a /gcc
parent36afed5a7995639c343a16c03563f809a6f233da (diff)
downloadgcc-fc54bc8478e453f6f4ffb86bf509aea1e122c1d4.zip
gcc-fc54bc8478e453f6f4ffb86bf509aea1e122c1d4.tar.gz
gcc-fc54bc8478e453f6f4ffb86bf509aea1e122c1d4.tar.bz2
* optc-gen.awk: Fix comment typo.
From-SVN: r135183
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/optc-gen.awk2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cfaa317..02a9c8d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk
index f3b41a9..79fe800 100644
--- a/gcc/optc-gen.awk
+++ b/gcc/optc-gen.awk
@@ -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