From 337c9f91ff2e839995d526d80cfff69aaeebc5b0 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Tue, 13 Sep 2011 08:41:52 +0200 Subject: [PATCH] Fixed typo. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 32b49fb..98ceb39 100644 --- 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") -- 2.20.1