From 72dc54bbad1c240705b7047940026b4472f5dc2e Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 16 Jan 2026 18:31:12 +0000 Subject: mlkem_internal.h: formate -> format --- src/lib/libcrypto/mlkem/mlkem_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/mlkem/mlkem_internal.h b/src/lib/libcrypto/mlkem/mlkem_internal.h index 30141a4faf..c8bfb65431 100644 --- a/src/lib/libcrypto/mlkem/mlkem_internal.h +++ b/src/lib/libcrypto/mlkem/mlkem_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mlkem_internal.h,v 1.11 2026/01/16 18:29:58 tb Exp $ */ +/* $OpenBSD: mlkem_internal.h,v 1.12 2026/01/16 18:31:12 tb Exp $ */ /* * Copyright (c) 2023, Google Inc. * Copyright (c) 2025, Bob Beck @@ -255,7 +255,7 @@ int mlkem_parse_public_key(const uint8_t *input, size_t input_len, * mlkem_parse_private_key parses a private key, in the format generated by * |MLKEM_marshal_private_key|, from |input| and writes the result to * |out_private_key|. It returns one on success or zero on parse error or if - * there are trailing bytes in |input|. This formate is verbose and should be avoided. + * there are trailing bytes in |input|. This format is verbose and should be avoided. * Private keys should be stored as seeds and parsed using |mlkem_private_key_from_seed|. */ int mlkem_parse_private_key(const uint8_t *input, size_t input_len, -- cgit v1.2.3-55-g6feb