summaryrefslogtreecommitdiff
path: root/main/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/md5.c')
-rw-r--r--main/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/md5.c b/main/md5.c
index cbca747a3..849a26553 100644
--- a/main/md5.c
+++ b/main/md5.c
@@ -116,7 +116,7 @@ void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
}
/*
- * Final wrapup - pad to 64-byte boundary with the bit pattern
+ * Final wrapup - pad to 64-byte boundary with the bit pattern
* 1 0* (64-bit count of bits processed, MSB-first)
*/
void MD5Final(unsigned char digest[16], struct MD5Context *ctx)