cleanup: spelling fixes in comments
[lttng-ust.git] / src / lib / lttng-ust-common / lttng-ust-urcu.c
index 0f647556f638dd3ac075c89b7cb5c5bd86896013..0b2d6fc05a9f5c44c720f3f3e57c5901124d10ba 100644 (file)
@@ -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(&registry, &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);
 
This page took 0.022836 seconds and 4 git commands to generate.