Spelling cleanups within comments and documentation
[urcu.git] / rculfhash.c
index 3650ed384015c44a327f5eff7b9aa5d9050ca84e..8c3d6218d1501cb567a3270b2db17c3ed9bc14b0 100644 (file)
  * 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
This page took 0.022457 seconds and 4 git commands to generate.