X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-bp.c;fp=src%2Furcu-bp.c;h=83df1399cd382280e8cedc67a2bf0c854098fa2c;hp=0d6ff4b0071965a6897b5904c86ce1851ecb1e6b;hb=f99c6e92aaa1582e6cd19d93d44d91d968f39aa7;hpb=1e41ec3b07e4f8eb71c3ace758c76a7ad1784c73 diff --git a/src/urcu-bp.c b/src/urcu-bp.c index 0d6ff4b..83df139 100644 --- a/src/urcu-bp.c +++ b/src/urcu-bp.c @@ -296,7 +296,7 @@ void urcu_bp_synchronize_rcu(void) /* * Wait for readers to observe original parity or be quiescent. * wait_for_readers() can release and grab again rcu_registry_lock - * interally. + * internally. */ wait_for_readers(®istry, &cur_snap_readers, &qsreaders); @@ -327,7 +327,7 @@ void urcu_bp_synchronize_rcu(void) /* * Wait for readers to observe new parity or be quiescent. * wait_for_readers() can release and grab again rcu_registry_lock - * interally. + * internally. */ wait_for_readers(&cur_snap_readers, NULL, &qsreaders);