]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
fix typo in ecc-mod.c
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 Jul 2014 21:11:34 +0000 (23:11 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 11 Jul 2014 21:11:34 +0000 (23:11 +0200)
To: nettle-bugs@lists.lysator.liu.se
Date: Fri, 11 Jul 2014 13:27:03 -0400 (3 hours, 43 minutes, 19 seconds ago)

ecc-mod.c

index 7876d023f5b1f3d7f5cf7ecff134cf9568119c57..3301506dd8c99eb4c1532b85cc87c5fe92fd21eb 100644 (file)
--- a/ecc-mod.c
+++ b/ecc-mod.c
@@ -40,7 +40,7 @@
 #include "ecc-internal.h"
 
 /* Computes r mod m, where m is of size mn. bp holds B^mn mod m, as mn
-   limbs, but the upper mn - bn libms are zero. */
+   limbs, but the upper mn - bn limbs are zero. */
 void
 ecc_mod (mp_limb_t *rp, mp_size_t rn, mp_size_t mn,
         const mp_limb_t *bp, mp_size_t bn,