diff options
| author | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 21:33:14 +0000 |
|---|---|---|
| committer | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 21:42:57 +0000 |
| commit | 214d8a60e15dc1b086d3f6033f686246317739f1 (patch) | |
| tree | db070e001b544ede6a95886d972e4f45a977bad4 /lib/atomlist.c | |
| parent | f72b987de1d4897919902b96559c8fd4da58b366 (diff) | |
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/atomlist.c')
| -rw-r--r-- | lib/atomlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomlist.c b/lib/atomlist.c index 8169ba9eb4..3668b083d0 100644 --- a/lib/atomlist.c +++ b/lib/atomlist.c @@ -121,7 +121,7 @@ static void atomlist_del_core(struct atomlist_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)) { |
