Fix another typo in the same comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 24 Feb 2011 11:01:30 +0000 (11:01 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 24 Feb 2011 11:01:30 +0000 (11:01 +0000)
[r28448]

main.c

diff --git a/main.c b/main.c
index 13531a5..ec09657 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 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;