From 0e60673189132857901e8d93fc8a72f24ab25bfd Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 14 Jul 2026 15:06:25 +0100 Subject: [PATCH] Fix typo in KEM algorithms comment * cipher/kem.c: Fix misspelled "algorithms" in the KEM algorithm table comment. Signed-off-by: Thomas Grainger --- cipher/kem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipher/kem.c b/cipher/kem.c index 59fe33fd..067ba3a4 100644 --- a/cipher/kem.c +++ b/cipher/kem.c @@ -35,7 +35,7 @@ #include "kem-ecc.h" -/* Information about the KEM algoithms for use by the s-expression +/* Information about the KEM algorithms for use by the s-expression * interface. */ static const struct { base-commit: 6ccf1f25d43510a00a629b460a240aeaba67532a -- 2.43.0