diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-07 13:18:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-07 13:18:34 +0000 |
commit | 93348822aafe18b25b303aef21697c8e52149975 (patch) | |
tree | ad5cfebb37028019fbec256e1533e1813ab5d0ac /gcc/config/ia64 | |
parent | 54c2d93172a41b34c6d74eff8d8ebf4484186bbd (diff) | |
download | gcc-93348822aafe18b25b303aef21697c8e52149975.zip gcc-93348822aafe18b25b303aef21697c8e52149975.tar.gz gcc-93348822aafe18b25b303aef21697c8e52149975.tar.bz2 |
* config/ia64/ia64.c: Fix a comment typo.
From-SVN: r88686
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 69339d8..5eed721 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 |