Skip to content

Commit f66f4c6

Browse files
lprvtkoeppe
authored andcommitted
[intro.memory] Update outdated example
1 parent f631976 commit f66f4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,9 +3427,9 @@
34273427
};
34283428
\end{codeblock}
34293429
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
3430+
\tcode{d} and \tcode{e.ee} each occupy separate memory locations, and can be
34313431
modified concurrently without interfering with each other. The bit-fields
3432-
\tcode{b} and \tcode{c} together constitute the fourth memory location. The
3432+
\tcode{b} and \tcode{c} together occupy the fourth memory location. The
34333433
bit-fields \tcode{b} and \tcode{c} cannot be concurrently modified, but
34343434
\tcode{b} and \tcode{a}, for example, can be.
34353435
\end{example}

0 commit comments

Comments
 (0)