Fix typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 24 Feb 2011 10:22:09 +0000 (10:22 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 24 Feb 2011 10:22:09 +0000 (10:22 +0000)
[r28444]

main.c

diff --git a/main.c b/main.c
index 1c63e0b..13531a5 100644 (file)
--- 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;