Skip to content

Commit 6d5ac82

Browse files
jensmaurerzygoloid
authored andcommitted
[intro.memory] Replace undefined 'field' with 'member' in note.
Fixes #1569.
1 parent dd8af4d commit 6d5ac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
\end{codeblock}
544544

545-
contains four separate memory locations: The field \tcode{a} and bit-fields
545+
contains four separate memory locations: The member \tcode{a} and bit-fields
546546
\tcode{d} and \tcode{e.ee} are each separate memory locations, and can be
547547
modified concurrently without interfering with each other. The bit-fields
548548
\tcode{b} and \tcode{c} together constitute the fourth memory location. The

0 commit comments

Comments
 (0)