(FUNCTION_PROFILER): Fix misspellings in messages.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 May 1995 12:43:04 +0000 (08:43 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 May 1995 12:43:04 +0000 (08:43 -0400)
From-SVN: r9714

gcc/config/i370/i370.h

index 06c5b88..d2fc00a 100644 (file)
@@ -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).  */