summaryrefslogtreecommitdiff
path: root/dst/md5_dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'dst/md5_dgst.c')
-rw-r--r--dst/md5_dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dst/md5_dgst.c b/dst/md5_dgst.c
index 25dd51b7..db70574f 100644
--- a/dst/md5_dgst.c
+++ b/dst/md5_dgst.c
@@ -308,7 +308,7 @@ MD5_CTX *c;
static unsigned char end[4]={0x80,0x00,0x00,0x00};
unsigned char *cp=end;
- /* c->num should definitly have room for at least one more byte. */
+ /* c->num should definitely have room for at least one more byte. */
p=c->data;
j=c->num;
i=j>>2;