]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix code comment typo
authorViktor Dukhovni <openssl-users@dukhovni.org>
Sat, 25 Jan 2025 11:12:55 +0000 (22:12 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:50:58 +0000 (10:50 +0100)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26569)

crypto/ml_kem/ml_kem.c

index 990caa83d9e64ebe6f2694260a2ebd437ac79e9a..c7f88c2e39104b8964c63d87291f3a123aa20938 100644 (file)
@@ -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);