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
1 changed files with 2 additions and 2 deletions

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
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)
{