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.h | |
| parent | f72b987de1d4897919902b96559c8fd4da58b366 (diff) | |
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/atomlist.h')
| -rw-r--r-- | lib/atomlist.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomlist.h b/lib/atomlist.h index c795128a34..b0c4da4baa 100644 --- a/lib/atomlist.h +++ b/lib/atomlist.h @@ -100,7 +100,7 @@ static inline bool atomptr_u(atomptr_t val)  /* single-linked list, unsorted/arbitrary.   * can be used as queue with add_tail / pop   * - * all operations are lock-free, but not neccessarily wait-free.  this means + * all operations are lock-free, but not necessarily wait-free.  this means   * that there is no state where the system as a whole stops making process,   * but it *is* possible that a *particular* thread is delayed by some time.   *  | 
