X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfhash.c;fp=rculfhash.c;h=8c3d6218d1501cb567a3270b2db17c3ed9bc14b0;hp=3650ed384015c44a327f5eff7b9aa5d9050ca84e;hb=ffa11a1830c532f3b052146eb9f0dd450cb2a0f2;hpb=274773cf3b5c0bf223b8827f31c4486859e78208 diff --git a/rculfhash.c b/rculfhash.c index 3650ed3..8c3d621 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -281,7 +281,7 @@ * Split-counters lazily update the global counter each 1024 * addition/removal. It automatically keeps track of resize required. * We use the bucket length as indicator for need to expand for small - * tables and machines lacking per-cpu data suppport. + * tables and machines lacking per-cpu data support. */ #define COUNT_COMMIT_ORDER 10 #define DEFAULT_SPLIT_COUNT_MASK 0xFUL