From: Richard Kenner Date: Tue, 16 May 1995 12:43:04 +0000 (-0400) Subject: (FUNCTION_PROFILER): Fix misspellings in messages. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db50c79812f80d9c4e866f814386d86c9861e20e;p=platform%2Fupstream%2Fgcc.git (FUNCTION_PROFILER): Fix misspellings in messages. From-SVN: r9714 --- diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index 06c5b88..d2fc00a 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). */