X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Flist%2Fcds_list_for_each_entry_rcu.c;h=777542b772b3b22229f092bdaff0b291594d3c47;hp=b0aff29c1d012d2162724955fd84e89fe7cbdfed;hb=8fd9af4adc59c8a0d6bcea7c286c4e0cae7138b9;hpb=90bdf188e835cadbc12d5fa7e4523056ecd97cf4 diff --git a/doc/examples/list/cds_list_for_each_entry_rcu.c b/doc/examples/list/cds_list_for_each_entry_rcu.c index b0aff29..777542b 100644 --- a/doc/examples/list/cds_list_for_each_entry_rcu.c +++ b/doc/examples/list/cds_list_for_each_entry_rcu.c @@ -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();