summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/md32_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/md32_common.h')
-rw-r--r--crypto/include/internal/md32_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/include/internal/md32_common.h b/crypto/include/internal/md32_common.h
index 156fa3aeba..b3d72e4db3 100644
--- a/crypto/include/internal/md32_common.h
+++ b/crypto/include/internal/md32_common.h
@@ -387,7 +387,7 @@ int HASH_FINAL(unsigned char *md, HASH_CTX *c)
# if defined(__alpha) || defined(__sparcv9) || defined(__mips)
# define MD32_REG_T long
/*
- * This comment was originaly written for MD5, which is why it
+ * This comment was originally written for MD5, which is why it
* discusses A-D. But it basically applies to all 32-bit digests,
* which is why it was moved to common header file.
*