summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-11 19:43:00 +0000
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-11 19:43:00 +0000
commit63433b97eb2d48204b375f0eed107e758ea4597e (patch)
tree287b32e2746ac84b29f339973f7816e09844a22a /gcc
parent4d02c7e595ce4136811b670a53ab62408caeb357 (diff)
downloadgcc-63433b97eb2d48204b375f0eed107e758ea4597e.tar.gz
* optc-gen.awk: Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135183 138bc75d-0d04-0410-961f-82ee72b054a4
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 cfaa317722b..02a9c8d027b 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 f3b41a96778..79fe800018b 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