Spelling cleanups within comments and documentation
[urcu.git] / urcu-wait.h
index ff7d2ccfbafa1073d432645369fdd9a6d81bc30a..d00842a04b26484d67bdde4ed9a7550baf926039 100644 (file)
@@ -148,7 +148,7 @@ void urcu_adaptative_busy_wait(struct urcu_wait_node *wait)
                URCU_WAIT_WAITING, NULL, NULL, 0);
 skip_futex_wait:
 
-       /* Tell waker thread than we are runnning. */
+       /* Tell waker thread than we are running. */
        uatomic_or(&wait->state, URCU_WAIT_RUNNING);
 
        /*
This page took 0.021952 seconds and 4 git commands to generate.