From 946587a1f551440af2467ab51264677db7c60c48 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 8 May 2024 12:51:15 -0400 Subject: sha3.h: fix typo in sha3_backend() documentation --- sha3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha3.h') diff --git a/sha3.h b/sha3.h index 093b050..4d4ad8d 100644 --- a/sha3.h +++ b/sha3.h @@ -2361,7 +2361,7 @@ void k12_squeeze(k12_t *k12, uint8_t *dst, const size_t len); * @brief Get name of backend. * @ingroup misc * - * @note Returns a read-only string which much not be freed by the + * @note Returns a read-only string which must not be freed by the * caller. * * Example: -- cgit v1.2.3