From a2d4d856af0576cdf23cd0f85c430dfdf594e8fd Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 24 Feb 2011 11:01:30 +0000 Subject: [PATCH] Fix another typo in the same comment. [r28448] --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1