Skip to content

Commit

Permalink
[intro.memory] Replace undefined 'field' with 'member' in note.
Browse files Browse the repository at this point in the history
Fixes #1569.
  • Loading branch information
jensmaurer authored and zygoloid committed Mar 25, 2017
1 parent dd8af4d commit 6d5ac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
}
\end{codeblock}

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

0 comments on commit 6d5ac82

Please sign in to comment.