Fixed typo.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 13 Sep 2011 06:41:52 +0000 (08:41 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 13 Sep 2011 06:41:52 +0000 (08:41 +0200)
main.c

diff --git a/main.c b/main.c
index 32b49fb..98ceb39 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1352,7 +1352,7 @@ int main(int argc, char **argv)
                                                        || streq(option + 1, "endif-labels")) {
                                        add_flag(&cppflags_obst, "%s", arg);
                                } else if (streq(option+1, "init-self")) {
-                                       /* ignored (asme as gcc does) */
+                                       /* ignored (same as gcc does) */
                                } else if (streq(option+1, "format-y2k")
                                           || streq(option+1, "format-security")
                                           || streq(option+1, "old-style-declaration")