From: Stephan Bosch Date: Sun, 6 Jan 2019 22:27:36 +0000 (+0100) Subject: lib: hash-method: Adjust comment regarding helpers. X-Git-Tag: 2.3.10~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a61fb03c0a5bfa512f738ccdd8888e2dcbce9be8;p=thirdparty%2Fdovecot%2Fcore.git lib: hash-method: Adjust comment regarding helpers. --- 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: