Fixed error message.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 7 Jul 2011 10:43:43 +0000 (12:43 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 7 Jul 2011 12:20:09 +0000 (14:20 +0200)
main.c

diff --git a/main.c b/main.c
index bc6a233..afb0b84 100644 (file)
--- 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) {