From a61fb03c0a5bfa512f738ccdd8888e2dcbce9be8 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Sun, 6 Jan 2019 23:27:36 +0100 Subject: [PATCH] lib: hash-method: Adjust comment regarding helpers. --- src/lib/hash-method.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/hash-method.h b/src/lib/hash-method.h index 19c3790394..1340e163f0 100644 --- a/src/lib/hash-method.h +++ b/src/lib/hash-method.h @@ -20,7 +20,7 @@ const struct hash_method *hash_method_lookup(const char *name); /* NULL-terminated list of all hash methods */ extern const struct hash_method *hash_methods[]; -/** Simple helpers for digesting (hashing) +/** Simple datastack helpers for digesting (hashing) * USAGE: -- 2.47.3