X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fstatic%2Frculfstack.h;h=54ff377b8aa801bbeaddb07097e05428d6bc8e88;hp=71d14e0444c5b7e9ffdcb08b2d3fe173b43e570b;hb=f99c6e92aaa1582e6cd19d93d44d91d968f39aa7;hpb=1e41ec3b07e4f8eb71c3ace758c76a7ad1784c73 diff --git a/include/urcu/static/rculfstack.h b/include/urcu/static/rculfstack.h index 71d14e0..54ff377 100644 --- a/include/urcu/static/rculfstack.h +++ b/include/urcu/static/rculfstack.h @@ -63,7 +63,7 @@ void _cds_lfs_init_rcu(struct cds_lfs_stack_rcu *s) * always performing an exclusive cacheline access, rather than doing * non-exclusive followed by exclusive cacheline access (which would be * required if we first read the old head value). This design decision - * might be revisited after more throrough benchmarking on various + * might be revisited after more thorough benchmarking on various * platforms. * * Returns 0 if the stack was empty prior to adding the node.