[whitespace] epoch: Fix comment.

ck_pring
Samy Al Bahra 9 years ago
parent 968b56598b
commit c20593a05e

@ -393,8 +393,8 @@ ck_epoch_synchronize(struct ck_epoch_record *record)
/* /*
* Technically, we are vulnerable to an overflow in presence of * Technically, we are vulnerable to an overflow in presence of
* multiple writers. Realistically, this will require 2^32 scans. You * multiple writers. Realistically, this will require UINT_MAX scans.
* can use epoch-protected sections on the writer-side if this is a * You can use epoch-protected sections on the writer-side if this is a
* concern. * concern.
*/ */
delta = epoch = ck_pr_load_uint(&global->epoch); delta = epoch = ck_pr_load_uint(&global->epoch);

Loading…
Cancel
Save