]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/des/cfb_enc.c
Many spelling fixes/typo's corrected.
[thirdparty/openssl.git] / crypto / des / cfb_enc.c
index 6c428ba61f091e7ced39e45e1372ba13bc3f9407..544392e405c2ccf7bd1090f68d2a1726c6a6db39 100644 (file)
@@ -37,7 +37,7 @@ void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
     unsigned int sh[4];
     unsigned char *ovec = (unsigned char *)sh;
 
-    /* I kind of count that compiler optimizes away this assertioni, */
+    /* I kind of count that compiler optimizes away this assertion, */
     assert(sizeof(sh[0]) == 4); /* as this holds true for all, */
     /* but 16-bit platforms...      */