aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/elxsi
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:14:26 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:14:26 -0400
commitddd5a7c1808995545ad5befaa7320135e60b5d38 (patch)
treebf405c4941b111c08c0642d3410b2970aca3b162 /gcc/config/elxsi
parent6de129de79f7646825d5b004d9fdbca5b893d106 (diff)
downloadgcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.zip
gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.gz
gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.bz2
Fix typos in comments.
From-SVN: r9711
Diffstat (limited to 'gcc/config/elxsi')
-rw-r--r--gcc/config/elxsi/elxsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/elxsi/elxsi.h b/gcc/config/elxsi/elxsi.h
index 9ce75ab..8007aeb 100644
--- a/gcc/config/elxsi/elxsi.h
+++ b/gcc/config/elxsi/elxsi.h
@@ -442,7 +442,7 @@ enum reg_class { NO_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES };
extern int current_function_calls_alloca; \
/* this conditional is ONLY here because there is a BUG; \
EXIT_IGNORE_STACK is ignored itself when the first part of \
- the condition is true! (atleast in version 1.35) */ \
+ the condition is true! (at least in version 1.35) */ \
/* the 8*10 is for 64 bits of .r5 - .r14 */ \
if (current_function_calls_alloca || (SIZE)>=(256-8*10)) { \
/* use .r4 as a temporary! Ok for now.... */ \