From 93348822aafe18b25b303aef21697c8e52149975 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 7 Oct 2004 13:18:34 +0000 Subject: [PATCH] * config/ia64/ia64.c: Fix a comment typo. From-SVN: r88686 --- gcc/ChangeLog | 4 ++++ gcc/config/ia64/ia64.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e264dc091a..64241c1608c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-07 Kazu Hirata + + * config/ia64/ia64.c: Fix a comment typo. + 2004-10-07 Eric Botcazou * doc/install.texi (*-*-solaris2*): Fix marker for URL. diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 69339d81ca4..5eed72144ef 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -3353,7 +3353,7 @@ ia64_function_arg_advance (CUMULATIVE_ARGS *cum, enum machine_mode mode, } /* Arguments with alignment larger than 8 bytes start at the next even - boundary. On ILP32 HPUX, TFmode arguments start on next even boundery + boundary. On ILP32 HPUX, TFmode arguments start on next even boundary even though their normal alignment is 8 bytes. See ia64_function_arg. */ int -- 2.30.2