summaryrefslogtreecommitdiff
path: root/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5/md5.c')
-rwxr-xr-x[-rw-r--r--]md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5/md5.c b/md5/md5.c
index ef28cdf..9604a80 100644..100755
--- a/md5/md5.c
+++ b/md5/md5.c
@@ -108,7 +108,7 @@ void MD5Update(MD5_CTX *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], MD5_CTX *ctx)