doc: Correct CK_SEQUENCE_READ example.

ck_pring
Samy Al Bahra 11 years ago
parent 3e5dcfe6fd
commit 767adaa04c

@ -110,7 +110,7 @@ reader(void)
* if you would like to detect a conflicting write at some
* higher granularity.
*/
CK_SEQUENCE_READ(&seqlock, version) {
CK_SEQUENCE_READ(&seqlock, &version) {
copy = global;
}

Loading…
Cancel
Save