diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-11 19:43:00 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-11 19:43:00 +0000 |
commit | 63433b97eb2d48204b375f0eed107e758ea4597e (patch) | |
tree | 287b32e2746ac84b29f339973f7816e09844a22a /gcc/optc-gen.awk | |
parent | 4d02c7e595ce4136811b670a53ab62408caeb357 (diff) | |
download | gcc-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/optc-gen.awk')
-rw-r--r-- | gcc/optc-gen.awk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |