summaryrefslogtreecommitdiff
path: root/lib/atomlist.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 08:11:29 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 08:11:29 -0400
commit485ac9a79b787244b31bf7fac348aa176179574b (patch)
treeb2035fbcf54d529620a7f14c0e69a6bc561ec399 /lib/atomlist.c
parentb515c81a2257aeea14fff6e9fc86d880bc62cc9d (diff)
*: Fix spelling of neccessary
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/atomlist.c')
-rw-r--r--lib/atomlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomlist.c b/lib/atomlist.c
index b7c9516a00..2631d4fa78 100644
--- a/lib/atomlist.c
+++ b/lib/atomlist.c
@@ -267,7 +267,7 @@ static void atomsort_del_core(struct atomsort_head *h,
memory_order_consume);
/* track the beginning of a chain of deleted items
- * this is neccessary to make this lock-free; we can
+ * this is necessary to make this lock-free; we can
* complete deletions started by other threads.
*/
if (!atomptr_l(prevval)) {