From 8ed5dca6b91a2195ca5068d385d305a1ab4149a3 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 24 Feb 2011 10:22:09 +0000 Subject: [PATCH 1/1] Fix typo in comment. [r28444] --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1