From 50fd390fbd995a240a2f857f2c88c9c208642c86 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 16 May 1995 12:43:04 +0000 Subject: (FUNCTION_PROFILER): Fix misspellings in messages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9714 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i370/i370.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/i370') 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). */ -- cgit v1.2.1