cleanup: spelling fixes in comments
[urcu.git] / src / urcu.c
index 2c9e5d1da18f531393cd603d6c6d33fa57461a2b..902b8f839a75b4df7e0b077ed780a2f0b0c4a433 100644 (file)
@@ -441,7 +441,7 @@ void 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);
 
@@ -483,7 +483,7 @@ void 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.023067 seconds and 4 git commands to generate.