OSDN Git Service

* stor-layout.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 2004 13:14:01 +0000 (13:14 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 2004 13:14:01 +0000 (13:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89331 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/stor-layout.c

index e3ec74b..f6266ac 100644 (file)
@@ -1,5 +1,9 @@
 2004-10-20  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * stor-layout.c: Fix a comment typo.
+
+2004-10-20  Kazu Hirata  <kazu@cs.umass.edu>
+
        * expr.c (store_field): Remove two arguments value_mode and
        unsignedp.
        (expand_assignment, store_constructor_field,
index 10496b8..6826678 100644 (file)
@@ -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;