doc/examples: fix typo in list example
[urcu.git] / doc / examples / list / cds_list_for_each_entry_rcu.c
index b0aff29c1d012d2162724955fd84e89fe7cbdfed..777542b772b3b22229f092bdaff0b291594d3c47 100644 (file)
@@ -10,7 +10,7 @@
  * granted, provided the above notices are retained, and a notice that
  * the code was modified is included with the above copyright notice.
  *
- * This example shows how to to a RCU linked list traversal, safely
+ * This example shows how to do a RCU linked list traversal, safely
  * against concurrent RCU updates.
  */
 
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
        struct mynode *node;
 
        /*
-        * Each thread need using RCU read-side need to be explicitely
+        * Each thread need using RCU read-side need to be explicitly
         * registered.
         */
        rcu_register_thread();
This page took 0.022359 seconds and 4 git commands to generate.