Skip to content

Commit 948463c

Browse files
authored
Merge pull request #431 from andreas-schwab/master
Typo fix
2 parents 73215bc + b45ef83 commit 948463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-cc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ bitfields but do not affect the alignment of the containing struct.
650650

651651
Zero length bit-fields are aligned relative to the start of the containing
652652
struct according to their declared type and, since they must be unnamed, do not
653-
affect the struct alignment. C requies bit-fields on opposite sides of a
653+
affect the struct alignment. C requires bit-fields on opposite sides of a
654654
zero-length bitfield to be treated as separate memory locations for the
655655
purposes of data races.
656656

0 commit comments

Comments
 (0)