GH601: Various spelling fixes.
[openssl.git] / crypto / sha / sha256.c
index b30df223e8da2eb6184c7b0f72ae43b64e83ea17..d7d33d524c3456c7bd594ca8ea55b82120d3d88f 100644 (file)
@@ -91,7 +91,7 @@ int SHA224_Final(unsigned char *md, SHA256_CTX *c)
  * default: case below covers for it. It's not clear however if it's
  * permitted to truncate to amount of bytes not divisible by 4. I bet not,
  * but if it is, then default: case shall be extended. For reference.
- * Idea behind separate cases for pre-defined lenghts is to let the
+ * Idea behind separate cases for pre-defined lengths is to let the
  * compiler decide if it's appropriate to unroll small loops.
  */
 #define HASH_MAKE_STRING(c,s)   do {    \