summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_kron.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/bn_kron.c')
-rw-r--r--crypto/bn/bn_kron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_kron.c b/crypto/bn/bn_kron.c
index 20a64a7dd3..4477bec5ee 100644
--- a/crypto/bn/bn_kron.c
+++ b/crypto/bn/bn_kron.c
@@ -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).
*/