fix some typos
authorcuishuang <imcusg@gmail.com>
Sat, 2 Apr 2022 09:49:54 +0000 (17:49 +0800)
committerTomas Mraz <tomas@openssl.org>
Mon, 21 Nov 2022 09:49:51 +0000 (10:49 +0100)
CLA: trivial

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18023)

(cherry picked from commit 1ab8b7cd3bef5ae3bcb516a1c2f2fff4abd63c5b)

providers/implementations/kdfs/x942kdf.c

index c505492cfa66a4c98ed061a7f6f76377073f1a46..51b2ebf26b499d0c888baf0172fc4db25eadd7b6 100644 (file)
@@ -170,7 +170,7 @@ static int der_encode_sharedinfo(WPACKET *pkt, unsigned char *buf, size_t buflen
  * |cek_oidlen| The length (in bytes) of the key wrapping algorithm oid,
  * |acvp| is the optional blob of DER data representing one or more of the
  *   OtherInfo fields related to |partyu|, |partyv|, |supp_pub| and |supp_priv|.
- *   This field should noramlly be NULL. If |acvp| is non NULL then |partyu|,
+ *   This field should normally be NULL. If |acvp| is non NULL then |partyu|,
  *   |partyv|, |supp_pub| and |supp_priv| should all be NULL.
  * |acvp_len| is the |acvp| length (in bytes).
  * |partyu| is the optional public info contributed by the initiator.