diff options
Diffstat (limited to 'gcc/config/i370')
-rw-r--r-- | gcc/config/i370/i370.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index 06c5b8835e1..d2fc00a7603 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -655,7 +655,7 @@ enum reg_class for profiling a function entry. */ #define FUNCTION_PROFILER(FILE, LABELNO) \ - fprintf (FILE, "Error: No profiling availble.\n") + fprintf (FILE, "Error: No profiling available.\n") /* Define EXIT_IGNORE_STACK if, when returning from a function, the stack pointer does not matter (provided there is a frame pointer). */ |