From: Justin Pryzby Date: Wed, 10 Feb 2021 17:45:07 -0600 Subject: [PATCH 05/18] comment typos --- src/include/lib/simplehash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lib/simplehash.h b/src/include/lib/simplehash.h index 395be1ca9a..99a03c8f21 100644 --- a/src/include/lib/simplehash.h +++ b/src/include/lib/simplehash.h @@ -626,7 +626,7 @@ restart: uint32 curoptimal; SH_ELEMENT_TYPE *entry = &data[curelem]; - /* any empty bucket can directly be used */ + /* any empty bucket can be used directly */ if (entry->status == SH_STATUS_EMPTY) { tb->members++; -- 2.17.0 --lc9FT7cWel8HagAv Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0006-One-fewer-not-one-less.patch"