From d6c5b751f6ed7e450562f864b8fb8869cfb617fc Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Mar 2025 12:17:16 +0000 Subject: typos: us -> is, te -> the (twice) --- src/lib/libcrypto/mlkem/mlkem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/mlkem/mlkem.h b/src/lib/libcrypto/mlkem/mlkem.h index a5645facc6..055d92290e 100644 --- a/src/lib/libcrypto/mlkem/mlkem.h +++ b/src/lib/libcrypto/mlkem/mlkem.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mlkem.h,v 1.4 2024/12/19 23:52:26 tb Exp $ */ +/* $OpenBSD: mlkem.h,v 1.5 2025/03/28 12:17:16 tb Exp $ */ /* * Copyright (c) 2024, Google Inc. * @@ -78,8 +78,8 @@ struct MLKEM768_private_key { /* * MLKEM_generate_key generates a random public/private key pair, writes the * encoded public key to |out_encoded_public_key| and sets |out_private_key| to - * the private key. If |optional_out_seed| us not NULL then te seed used to - * generate te private key is written to it. + * the private key. If |optional_out_seed| is not NULL then the seed used to + * generate the private key is written to it. */ void MLKEM768_generate_key( uint8_t out_encoded_public_key[MLKEM768_PUBLIC_KEY_BYTES], -- cgit v1.2.3-55-g6feb