summaryrefslogtreecommitdiff
path: root/gcc/config/ip2k/ip2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/ip2k/ip2k.h')
-rw-r--r--gcc/config/ip2k/ip2k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h
index cda748744d2..4e123816053 100644
--- a/gcc/config/ip2k/ip2k.h
+++ b/gcc/config/ip2k/ip2k.h
@@ -1226,7 +1226,7 @@ enum reg_class {
argument popping will always be the responsibility of the calling
function.
- On the Vax, all functions always pop their arguments, so the
+ On the VAX, all functions always pop their arguments, so the
definition of this macro is STACK-SIZE. On the 68000, using the
standard calling convention, no functions pop their arguments, so
the value of the macro is always 0 in this case. But an
@@ -1251,7 +1251,7 @@ enum reg_class {
hard register in which to pass the argument, or zero to pass the
argument on the stack.
- For machines like the Vax and 68000, where normally all arguments
+ For machines like the VAX and 68000, where normally all arguments
are pushed, zero suffices as a definition.
The value of the expression can also be a `parallel' RTX. This is