summaryrefslogtreecommitdiffstats
path: root/lib/atomlist.h
diff options
context:
space:
mode:
authorewlumpkin <ewlumpkin@gmail.com>2021-10-05 23:33:14 +0200
committerewlumpkin <ewlumpkin@gmail.com>2021-10-05 23:42:57 +0200
commit214d8a60e15dc1b086d3f6033f686246317739f1 (patch)
treedb070e001b544ede6a95886d972e4f45a977bad4 /lib/atomlist.h
parentMerge pull request #9743 from pguibert6WIND/largecomm (diff)
downloadfrr-214d8a60e15dc1b086d3f6033f686246317739f1.tar.xz
frr-214d8a60e15dc1b086d3f6033f686246317739f1.zip
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomlist.h b/lib/atomlist.h
index c795128a3..b0c4da4ba 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.
*