diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-20 13:14:01 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-20 13:14:01 +0000 |
commit | fedddbeb1519dc4d0ba893320eeaba7bbf7328a1 (patch) | |
tree | 55a269232764dc9029988e2f1d9489bcdee5ad96 /gcc/stor-layout.c | |
parent | c5079d7699f78546db3f85282f8d7a70afd48b42 (diff) | |
download | gcc-fedddbeb1519dc4d0ba893320eeaba7bbf7328a1.tar.gz |
* stor-layout.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89331 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 10496b875ee..6826678e790 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -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; |