diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:43:04 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:43:04 +0000 |
commit | 50fd390fbd995a240a2f857f2c88c9c208642c86 (patch) | |
tree | 04eb9f7e596d6df70c28eb5ae8008f60e192a01d /gcc/config/i370 | |
parent | 8d97dcabb853b0540d3da922afe6c3749c37a064 (diff) | |
download | gcc-50fd390fbd995a240a2f857f2c88c9c208642c86.tar.gz |
(FUNCTION_PROFILER): Fix misspellings in messages.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9714 138bc75d-0d04-0410-961f-82ee72b054a4
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). */ |