cleanup: spelling fixes in comments
[urcu.git] / src / urcu-qsbr.c
index 40c0fbdb35519983186c67615f8c285a691f91d8..e934d3b57f7681225e1577089fdd589b17a6ad33 100644 (file)
@@ -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(&registry, &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(&registry, NULL, &qsreaders);
 
This page took 0.022582 seconds and 4 git commands to generate.