* stor-layout.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 20 Oct 2004 13:14:01 +0000 (13:14 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 20 Oct 2004 13:14:01 +0000 (13:14 +0000)
From-SVN: r89331

gcc/ChangeLog
gcc/stor-layout.c

index e3ec74bb5639fad21db056febed764479f4718bc..f6266ac82f1d130fa368f1da14ab4fed40e8d38d 100644 (file)
@@ -1,3 +1,7 @@
+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
index 10496b875ee46e5e655f86bfbecc6ab82735a761..6826678e790f5212fa7ca263da539c19c1cf5d1b 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;