Try 'make install' with one of the Travis configurations
[openssl.git] / crypto / bn / bn_kron.c
index 20a64a7dd3598d63797ffd0ce803e07b774c9948..4477bec5ee48264847a2c981cfec132fb55d7352 100644 (file)
@@ -91,7 +91,7 @@ int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
         goto end;
 
     /*
-     * Kronecker symbol, imlemented according to Henri Cohen,
+     * Kronecker symbol, implemented according to Henri Cohen,
      * "A Course in Computational Algebraic Number Theory"
      * (algorithm 1.4.10).
      */