cleanup: spelling fixes in comments
[urcu.git] / include / urcu / static / rculfstack.h
index 3473ccef82299b0b41559734e75377b2ac0f1941..54ff377b8aa801bbeaddb07097e05428d6bc8e88 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 #endif
 
 static inline
-void _cds_lfs_node_init_rcu(struct cds_lfs_node_rcu *node)
+void _cds_lfs_node_init_rcu(struct cds_lfs_node_rcu *node __attribute__((unused)))
 {
 }
 
@@ -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.
This page took 0.023141 seconds and 4 git commands to generate.