summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{