aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorLiang ZOU <liang.d.zou@gmail.com>2018-09-25 18:26:35 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-09-25 18:26:35 +0800
commit6663e5da10e7198f7ff5e883fd857240e59d476c (patch)
tree300654c5bfdc957423328d51af2339012d5673c0 /crypto
parent30cd5c18549f645002aedb4c00e5bab683cb0835 (diff)
downloadgo-tangerine-6663e5da10e7198f7ff5e883fd857240e59d476c.tar
go-tangerine-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.gz
go-tangerine-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.bz2
go-tangerine-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.lz
go-tangerine-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.xz
go-tangerine-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.zst
go-tangerine-6663e5da10e7198f7ff5e883fd857240e59d476c.zip
all: fix various comment typos (#17748)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/secp256k1/libsecp256k1/src/num.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/secp256k1/libsecp256k1/src/num.h b/crypto/secp256k1/libsecp256k1/src/num.h
index 7bb9c5be8..eff842200 100644
--- a/crypto/secp256k1/libsecp256k1/src/num.h
+++ b/crypto/secp256k1/libsecp256k1/src/num.h
@@ -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. */