From 31de01469d06dc762099b30e9bcc76ab73fbfc1d Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 25 Sep 2013 17:03:57 +0900 Subject: [PATCH] comment spell fix --- src/ec_p256.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ec_p256.c b/src/ec_p256.c index b6b7cfe..a091630 100644 --- a/src/ec_p256.c +++ b/src/ec_p256.c @@ -414,7 +414,7 @@ point_is_on_the_curve (const ac *P) * @brief X = k * P * * @param NAF_K NAF representation of k - * @param P P in affin coordiate + * @param P P in affine coordiate * * Return -1 on error. * Return 0 on success. @@ -426,7 +426,7 @@ point_is_on_the_curve (const ac *P) * Something wrong in the code. * * Mathmatically, k=1 and P=O is another possible case, but O cannot be - * represented by affin coordinate. + * represented by affine coordinate. */ int compute_kP (ac *X, const naf4_257 *NAF_K, const ac *P)