1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

doc: Comment typo fix

--
This commit is contained in:
Werner Koch 2022-11-29 15:28:35 +01:00
parent 34fafa50f1
commit fbc52f5501
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -984,8 +984,8 @@ make_db_file_name (const char *issuer_hash)
/* Hash the file FNAME and return the MD5 digest in MD5BUFFER. The /* Hash the file FNAME and return the MD5 digest in MD5BUFFER. The
caller must allocate MD%buffer wityh at least 16 bytes. Returns 0 * caller must allocate MD5buffer with at least 16 bytes. Returns 0
on success. */ * on success. */
static int static int
hash_dbfile (const char *fname, unsigned char *md5buffer) hash_dbfile (const char *fname, unsigned char *md5buffer)
{ {