X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=main.c;h=ec09657045ece963871d1127e4a25de79dd3bfeb;hb=c4004b40b7e11ae7ff32c26b330e5f33a7abe2d3;hp=13531a599d02121fd9c51f9378b0bb5f1bf55e18;hpb=8ed5dca6b91a2195ca5068d385d305a1ab4149a3;p=cparser 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;