X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-qsbr.c;h=e934d3b57f7681225e1577089fdd589b17a6ad33;hp=40c0fbdb35519983186c67615f8c285a691f91d8;hb=f99c6e92aaa1582e6cd19d93d44d91d968f39aa7;hpb=1e41ec3b07e4f8eb71c3ace758c76a7ad1784c73 diff --git a/src/urcu-qsbr.c b/src/urcu-qsbr.c index 40c0fbd..e934d3b 100644 --- a/src/urcu-qsbr.c +++ b/src/urcu-qsbr.c @@ -278,7 +278,7 @@ void urcu_qsbr_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); @@ -321,7 +321,7 @@ void urcu_qsbr_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); @@ -410,7 +410,7 @@ void urcu_qsbr_synchronize_rcu(void) /* * Wait for readers to observe new count of be quiescent. * wait_for_readers() can release and grab again rcu_registry_lock - * interally. + * internally. */ wait_for_readers(®istry, NULL, &qsreaders);