all: fix various comment typos (#17748)

This commit is contained in:
Liang ZOU
2018-09-25 18:26:35 +08:00
committed by Felix Lange
parent 30cd5c1854
commit 6663e5da10
9 changed files with 10 additions and 10 deletions

View File

@ -54,7 +54,7 @@ static void secp256k1_num_mul(secp256k1_num *r, const secp256k1_num *a, const se
even if r was negative. */
static void secp256k1_num_mod(secp256k1_num *r, const secp256k1_num *m);
/** Right-shift the passed number by bits bits. */
/** Right-shift the passed number by bits. */
static void secp256k1_num_shift(secp256k1_num *r, int bits);
/** Check whether a number is zero. */