From: Viktor Dukhovni Date: Sat, 25 Jan 2025 11:12:55 +0000 (+1100) Subject: Fix code comment typo X-Git-Tag: openssl-3.5.0-alpha1~519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5403f33ae9c3a367ca4a578baf86d1abb485d6;p=thirdparty%2Fopenssl.git Fix code comment typo Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/26569) --- 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);