From: Daniel Kahn Gillmor Date: Fri, 11 Jul 2014 21:11:34 +0000 (+0200) Subject: fix typo in ecc-mod.c X-Git-Tag: nettle_3.1rc1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf9ead81bdd130d328d755dba073f962256dfe2;p=thirdparty%2Fnettle.git fix typo in ecc-mod.c To: nettle-bugs@lists.lysator.liu.se Date: Fri, 11 Jul 2014 13:27:03 -0400 (3 hours, 43 minutes, 19 seconds ago) --- diff --git a/ecc-mod.c b/ecc-mod.c index 7876d023..3301506d 100644 --- 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,