From: Matthias Braun Date: Sun, 26 Oct 2008 12:26:06 +0000 (+0000) Subject: fix typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=267e991756c22c122139b3f9247cd06bad21c59d;hp=de0e68afd4264a8049697e4114d00b5edf77cb72;p=cparser fix typo [r23207] --- diff --git a/warning.c b/warning.c index df0b7f5..77649d6 100644 --- a/warning.c +++ b/warning.c @@ -89,7 +89,7 @@ void set_warning_opt(const char *const opt) #define SET(y) (void)(warning.y = state) #define OPT(x, y) OPTX(x) SET(y) OPTX("all") { - /* Note: this switched on a lot of more warnings than gcc's -Wall */ + /* Note: this switched on a lot more warnings than gcc's -Wall */ SET(other); SET(address);