diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-20 11:04:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 11:04:14 +0300 |
| commit | 3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch) | |
| tree | 50fd3849596e3b294b656158efee024c589157c2 /lib/atomlist.c | |
| parent | 1815b8f3354ed1a8163c103caec8404a318a05c2 (diff) | |
| parent | 4667220e3a7312f09eb192d7b26d7587918f14d0 (diff) | |
Merge pull request #11051 from donaldsharp/speell_more
Speell more
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 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)) { |
