Support assembler for Mingw32.
[oweals/openssl.git] / crypto / x509 / x509_cmp.c
index 200682fd3e981061510bf5c4fb243e3696f610ba..a8a5ca8b03e61bf4defff035117b96d6e67f06b8 100644 (file)
@@ -188,7 +188,7 @@ int X509_NAME_cmp(X509_NAME *a, X509_NAME *b)
 
 #ifndef NO_MD5
 /* I now DER encode the name and hash it.  Since I cache the DER encoding,
- * this is reasonably effiecent. */
+ * this is reasonably efficient. */
 unsigned long X509_NAME_hash(X509_NAME *x)
        {
        unsigned long ret=0;