From jussi.kivilinna at iki.fi Thu Oct 1 07:08:16 2020 From: jussi.kivilinna at iki.fi (Jussi Kivilinna) Date: Thu, 1 Oct 2020 08:08:16 +0300 Subject: [PATCH] tests: Fix typo in comment In-Reply-To: <20200921130149.90824-1-tianjia.zhang@linux.alibaba.com> References: <20200921130149.90824-1-tianjia.zhang@linux.alibaba.com> Message-ID: <628b35d3-7c13-10f3-8184-c859877ed415@iki.fi> Hello, On 21.9.2020 16.01, Tianjia Zhang via Gcrypt-devel wrote: > * tests/basic.c: Fix typo in comment. > -- > > Signed-off-by: Tianjia Zhang > --- > tests/basic.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/basic.c b/tests/basic.c > index fdc5df4b..1d12c4a2 100644 > --- a/tests/basic.c > +++ b/tests/basic.c > @@ -13036,7 +13036,7 @@ verify_one_signature (gcry_sexp_t pkey, gcry_sexp_t hash, > } > > > -/* Test the public key sign function using the private ket SKEY. PKEY > +/* Test the public key sign function using the private key SKEY. PKEY > is used for verification. */ > static void > check_pubkey_sign (int n, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) > @@ -13149,7 +13149,7 @@ check_pubkey_sign (int n, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) > } > > > -/* Test the public key sign function using the private ket SKEY. PKEY > +/* Test the public key sign function using the private key SKEY. PKEY > is used for verification. This variant is only used for ECDSA. */ > static void > check_pubkey_sign_ecdsa (int n, gcry_sexp_t skey, gcry_sexp_t pkey) > Patch applied. Thanks. -Jussi