diff options
Diffstat (limited to 'gcc/config/i386/i386.c')
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 3ad021a..b173b89 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -10390,7 +10390,7 @@ function_value_32 (machine_mode orig_mode, machine_mode mode, int sse_level = ix86_function_sseregparm (fntype, fn, false); if (sse_level == -1) { - error ("calling %qD with SSE caling convention without " + error ("calling %qD with SSE calling convention without " "SSE/SSE2 enabled", fn); sorry ("this is a GCC bug that can be worked around by adding " "attribute used to function called"); |