summaryrefslogtreecommitdiff
path: root/lib/gl_anyhash_primes.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-02-02 13:15:34 +0100
committerBruno Haible <bruno@clisp.org>2020-02-02 13:15:34 +0100
commit6a5df5fb005c8a41a2020538532563ad54998128 (patch)
treeabc7542e32cf249b3dcfe43b87ea8069fa7318b2 /lib/gl_anyhash_primes.h
parentffcdc458053b9a161294dd04a9a869bd43a636ba (diff)
downloadgnulib-6a5df5fb005c8a41a2020538532563ad54998128.tar.gz
list, set, oset, map, omap: Avoid imperative voice in documentation.
* lib/gl_list.h: Use descriptive sentences instead of imperative voice in the specification of functions. * lib/gl_set.h: Likewise. * lib/gl_oset.h: Likewise. * lib/gl_map.h: Likewise. * lib/gl_omap.h: Likewise. * lib/gl_*.h: Likewise.
Diffstat (limited to 'lib/gl_anyhash_primes.h')
-rw-r--r--lib/gl_anyhash_primes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gl_anyhash_primes.h b/lib/gl_anyhash_primes.h
index a696206d27..c8f2d8df7c 100644
--- a/lib/gl_anyhash_primes.h
+++ b/lib/gl_anyhash_primes.h
@@ -74,7 +74,7 @@ static const size_t primes[] =
SIZE_MAX /* sentinel, to ensure the search terminates */
};
-/* Return a suitable prime >= ESTIMATE. */
+/* Returns a suitable prime >= ESTIMATE. */
static size_t
next_prime (size_t estimate)
{