From: Christoph Mallon Date: Thu, 24 Feb 2011 10:22:09 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8ed5dca6b91a2195ca5068d385d305a1ab4149a3;hp=f340c97942290d287f4a8ec2099976f7f744e8b2;p=cparser Fix typo in comment. [r28444] --- diff --git a/main.c b/main.c index 1c63e0b..13531a5 100644 --- a/main.c +++ b/main.c @@ -1032,7 +1032,7 @@ int main(int argc, char **argv) } } else if (option[0] == 'W') { if (option[1] == '\0') { - /* ignore -W, out defaults are already quiet verbose */ + /* ignore -W, out defaults are already quite verbose */ } else if (strstart(option + 1, "p,")) { // pass options directly to the preprocessor const char *opt;