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] stor-layout.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

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

	* stor-layout.c: Fix a comment typo.

Index: stor-layout.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/stor-layout.c,v
retrieving revision 1.216
diff -u -p -r1.216 stor-layout.c
--- stor-layout.c	19 Oct 2004 19:15:31 -0000	1.216
+++ stor-layout.c	20 Oct 2004 13:11:43 -0000
@@ -1577,7 +1577,7 @@ layout_type (tree type)
 	TYPE_SIZE (type) = int_const_binop (MULT_EXPR, TYPE_SIZE (innertype),
 					    nunits_tree, 0);
 
-	/* Always natually align vectors.  This prevents ABI changes
+	/* Always naturally align vectors.  This prevents ABI changes
 	   depending on whether or not native vector modes are supported.  */
 	TYPE_ALIGN (type) = tree_low_cst (TYPE_SIZE (type), 0);
         break;


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