File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,10 +297,10 @@ The packing value is specified as a parameter in the form of
297
297
packing value is 1. The packing value must be a power of two up to
298
298
2<sup >29</sup >.
299
299
300
- The ` packed ` representation sets the alignment to the smaller of the specified
300
+ The ` packed ` representation sets the type's alignment to the smaller of the specified
301
301
packing and the current alignment (either default or ` C ` ). The alignments of
302
- each field for the purpose of positioning fields would also be the smaller of
303
- the specified packing and the alignment of the type of that field. If the
302
+ each field, for the purpose of positioning fields, is the smaller of
303
+ the specified packing and the alignment of the field's type . If the
304
304
specified packing is greater than or equal to the default alignment of the
305
305
type, then the alignment and layout is unaffected.
306
306
You can’t perform that action at this time.
0 commit comments