summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-11-29 15:28:35 +0100
committerWerner Koch <wk@gnupg.org>2022-11-29 15:28:35 +0100
commitfbc52f550174aa40d43dba5a89c6c3f9817ea477 (patch)
treeda6ed0febefdd17b040a50cf9e9c245eee64969d
parentwkd: Make use of --debug extprog. (diff)
downloadgnupg2-fbc52f550174aa40d43dba5a89c6c3f9817ea477.tar.xz
gnupg2-fbc52f550174aa40d43dba5a89c6c3f9817ea477.zip
doc: Comment typo fix
--
-rw-r--r--dirmngr/crlcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/crlcache.c b/dirmngr/crlcache.c
index f0893a64a..befc6b94b 100644
--- a/dirmngr/crlcache.c
+++ b/dirmngr/crlcache.c
@@ -984,8 +984,8 @@ make_db_file_name (const char *issuer_hash)
/* Hash the file FNAME and return the MD5 digest in MD5BUFFER. The
- caller must allocate MD%buffer wityh at least 16 bytes. Returns 0
- on success. */
+ * caller must allocate MD5buffer with at least 16 bytes. Returns 0
+ * on success. */
static int
hash_dbfile (const char *fname, unsigned char *md5buffer)
{