diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:43:04 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:43:04 -0400 |
commit | db50c79812f80d9c4e866f814386d86c9861e20e (patch) | |
tree | 04eb9f7e596d6df70c28eb5ae8008f60e192a01d /gcc | |
parent | 32638aad91874c198ba7de65484b7a88e933d114 (diff) | |
download | gcc-db50c79812f80d9c4e866f814386d86c9861e20e.zip gcc-db50c79812f80d9c4e866f814386d86c9861e20e.tar.gz gcc-db50c79812f80d9c4e866f814386d86c9861e20e.tar.bz2 |
(FUNCTION_PROFILER): Fix misspellings in messages.
From-SVN: r9714
Diffstat (limited to 'gcc')
-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 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). */ |