From: Christoph Mallon Date: Thu, 24 Feb 2011 11:01:30 +0000 (+0000) Subject: Fix another typo in the same comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a2d4d856af0576cdf23cd0f85c430dfdf594e8fd;p=cparser Fix another typo in the same comment. [r28448] --- diff --git a/main.c b/main.c index 13531a5..ec09657 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 quite verbose */ + /* ignore -W, our defaults are already quite verbose */ } else if (strstart(option + 1, "p,")) { // pass options directly to the preprocessor const char *opt;