Merge pull request #17 from LBg/patch-2

Fix typo on comment
This commit is contained in:
Steffen Jaeckel 2013-09-03 03:20:16 -07:00
commit b678ee7780
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ int mp_mul_2d(mp_int *a, int b, mp_int *c);
/* b = a*2 */
int mp_mul_2(mp_int *a, mp_int *b);
/* c = a mod 2**d */
/* c = a mod 2**b */
int mp_mod_2d(mp_int *a, int b, mp_int *c);
/* computes a = 2**b */