diff options
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 019436a..e8c7ba4 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -453,7 +453,7 @@ layout_decl (tree decl, unsigned int known_align) else if (DECL_PACKED (decl) && DECL_USER_ALIGN (decl)) /* Don't touch DECL_ALIGN. For other packed fields, go ahead and round up; we'll reduce it again below. We want packing to - supercede USER_ALIGN inherited from the type, but defer to + supersede USER_ALIGN inherited from the type, but defer to alignment explicitly specified on the field decl. */; else do_type_align (type, decl); |