This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] ia64.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>

	* config/ia64/ia64.c: Fix a comment typo.

Index: config/ia64/ia64.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.c,v
retrieving revision 1.327
diff -u -r1.327 ia64.c
--- config/ia64/ia64.c	6 Oct 2004 16:07:03 -0000	1.327
+++ config/ia64/ia64.c	7 Oct 2004 13:13:57 -0000
@@ -3353,7 +3353,7 @@
 }
 
 /* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]