X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=main.c;h=afb0b8470e11f672fb695d5f24858322b82e07e3;hb=e628f683385763274b551d468107872a058b31d7;hp=bc6a23306f0d08be77c87b5027fd1bf8067c0b97;hpb=a658f09be6166f1bbb091105fec1b9bcd4a51c00;p=cparser diff --git a/main.c b/main.c index bc6a233..afb0b84 100644 --- a/main.c +++ b/main.c @@ -1217,7 +1217,7 @@ int main(int argc, char **argv) else if (streq(opt, "sse")) opt = "sse2"; else { - fprintf(stderr, "error: option -mfpumath supports only 387 or sse\n"); + fprintf(stderr, "error: option -mfpmath supports only 387 or sse\n"); argument_errors = true; } if (!argument_errors) {