X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-common%2Flttng-ust-urcu.c;h=0b2d6fc05a9f5c44c720f3f3e57c5901124d10ba;hb=2fbda51c64f28b33b8febffc998af235e6fa9ea9;hp=0f647556f638dd3ac075c89b7cb5c5bd86896013;hpb=81b2d23800224648edd5850dd43b78d00b668a5e;p=lttng-ust.git diff --git a/src/lib/lttng-ust-common/lttng-ust-urcu.c b/src/lib/lttng-ust-common/lttng-ust-urcu.c index 0f647556..0b2d6fc0 100644 --- a/src/lib/lttng-ust-common/lttng-ust-urcu.c +++ b/src/lib/lttng-ust-common/lttng-ust-urcu.c @@ -275,7 +275,7 @@ void lttng_ust_urcu_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); @@ -306,7 +306,7 @@ void lttng_ust_urcu_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);