From fc54bc8478e453f6f4ffb86bf509aea1e122c1d4 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Sun, 11 May 2008 19:43:00 +0000 Subject: [PATCH] * optc-gen.awk: Fix comment typo. From-SVN: r135183 --- gcc/ChangeLog | 4 ++++ gcc/optc-gen.awk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * optc-gen.awk: Fix comment typo. + 2008-05-11 Aaron W. LaFramboise * 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 @@ # . # 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