* optc-gen.awk: Fix comment typo.

From-SVN: r135183
This commit is contained in:
Volker Reichelt 2008-05-11 19:43:00 +00:00 committed by Volker Reichelt
parent 36afed5a79
commit fc54bc8478
2 changed files with 5 additions and 1 deletions

View 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

View 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