cleanup: spelling fixes in comments
[urcu.git] / src / urcu-bp.c
index 0d6ff4b0071965a6897b5904c86ce1851ecb1e6b..83df1399cd382280e8cedc67a2bf0c854098fa2c 100644 (file)
@@ -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(&registry, &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);
 
This page took 0.02331 seconds and 4 git commands to generate.