aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorKeshav Kini <keshav.kini@gmail.com>2017-10-09 23:32:56 -0700
committerKeshav Kini <keshav.kini@gmail.com>2017-10-10 12:06:01 -0700
commit19f05ebc3f5346d89ec7e71feb5504dbd093721a (patch)
tree0670c0f1ceb7ea20eab31695f11cc8bfa057546f /crypto
parent32f3b98d1302d4c0950dc1bf94b50269b6edbd95 (diff)
downloadopenssl-19f05ebc3f5346d89ec7e71feb5504dbd093721a.zip
openssl-19f05ebc3f5346d89ec7e71feb5504dbd093721a.tar.gz
openssl-19f05ebc3f5346d89ec7e71feb5504dbd093721a.tar.bz2
Fix typos
CLA: trivial Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4513)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/include/internal/md32_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/include/internal/md32_common.h b/crypto/include/internal/md32_common.h
index 6e4ce14..cd49a60 100644
--- a/crypto/include/internal/md32_common.h
+++ b/crypto/include/internal/md32_common.h
@@ -22,7 +22,7 @@
* HASH_CBLOCK
* size of a unit chunk HASH_BLOCK operates on.
* HASH_LONG
- * has to be at lest 32 bit wide.
+ * has to be at least 32 bit wide.
* HASH_CTX
* context structure that at least contains following
* members:
@@ -48,7 +48,7 @@
* name of "block" function capable of treating *unaligned* input
* message in original (data) byte order, implemented externally.
* HASH_MAKE_STRING
- * macro convering context variables to an ASCII hash string.
+ * macro converting context variables to an ASCII hash string.
*
* MD5 example:
*
@@ -243,7 +243,7 @@
#endif
/*
- * Time for some action:-)
+ * Time for some action :-)
*/
int HASH_UPDATE(HASH_CTX *c, const void *data_, size_t len)