fix some typos
authorcuishuang <imcusg@gmail.com>
Sat, 2 Apr 2022 09:49:54 +0000 (17:49 +0800)
committerTomas Mraz <tomas@openssl.org>
Tue, 19 Apr 2022 11:52:58 +0000 (13:52 +0200)
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)

providers/implementations/kdfs/x942kdf.c

index 3bf65aa3cd4f65f5ee28c6074f06d13465c9e54c..b16d5118e447e6a2041a30bb128c95025ac3448b 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.