From cc5403f33ae9c3a367ca4a578baf86d1abb485d6 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Sat, 25 Jan 2025 22:12:55 +1100 Subject: [PATCH] Fix code comment typo Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/26569) --- crypto/ml_kem/ml_kem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ml_kem/ml_kem.c b/crypto/ml_kem/ml_kem.c index 990caa83d9e..c7f88c2e391 100644 --- a/crypto/ml_kem/ml_kem.c +++ b/crypto/ml_kem/ml_kem.c @@ -2377,7 +2377,7 @@ int ossl_ml_kem_i2d_prvkey(const ML_KEM_KEY *key, uint8_t **out, if (vp8->seed_offset != 0) { /* * Either the tag/len were already included in |magic| or they require - * is to write two bytes now. + * us to write two bytes now. */ if (pos == buf + vp8->seed_offset - 2) pos = OPENSSL_store_u16_be(pos, vp8->seed_magic); -- 2.47.2