From f6b8d9980682ecb56e45c142c306947ed02e054c 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipher/kem.c b/cipher/kem.c index e8fb826e5..067ba3a46 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 {