From 2e5bcd5394c3cab955d0b565d823b85a91e9e2b8 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 doubled "the" and 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 e8fb826e..067ba3a4 100644 --- a/cipher/kem.c +++ b/cipher/kem.c @@ -35,7 +35,7 @@ #include "kem-ecc.h" -/* Information about the 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: 35f4e5abf22c8a1cb07314914d29b11c63decb5b -- 2.43.0