We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f631976 commit f66f4c6Copy full SHA for f66f4c6
source/basic.tex
@@ -3427,9 +3427,9 @@
3427
};
3428
\end{codeblock}
3429
contains four separate memory locations: The member \tcode{a} and bit-fields
3430
-\tcode{d} and \tcode{e.ee} are each separate memory locations, and can be
+\tcode{d} and \tcode{e.ee} each occupy separate memory locations, and can be
3431
modified concurrently without interfering with each other. The bit-fields
3432
-\tcode{b} and \tcode{c} together constitute the fourth memory location. The
+\tcode{b} and \tcode{c} together occupy the fourth memory location. The
3433
bit-fields \tcode{b} and \tcode{c} cannot be concurrently modified, but
3434
\tcode{b} and \tcode{a}, for example, can be.
3435
\end{example}
0 commit comments