X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Flfstack.h;h=0be959436e7d4577c4e6e7673dad6b49fae74469;hp=77a26dc39293e0a230d00688cbd786e9dab32db0;hb=ffa11a1830c532f3b052146eb9f0dd450cb2a0f2;hpb=7294103b4caaa3487a362ae9925faa7f6821e0b3 diff --git a/urcu/static/lfstack.h b/urcu/static/lfstack.h index 77a26dc..0be9594 100644 --- a/urcu/static/lfstack.h +++ b/urcu/static/lfstack.h @@ -8,8 +8,8 @@ * * Copyright 2010-2012 - Mathieu Desnoyers * - * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See rculfstack.h for linking - * dynamically with the userspace rcu library. + * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu/lfstack.h for + * linking dynamically with the userspace rcu library. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -118,7 +118,7 @@ bool _cds_lfs_empty(struct cds_lfs_stack *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.