summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-08 12:51:15 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-08 12:51:15 -0400
commit946587a1f551440af2467ab51264677db7c60c48 (patch)
treee8141c2514f7492a216181ed4e1bbe783325402c
parentaa398e88b5bdfd6aad836abf2ee7f0024ff8ef1d (diff)
downloadsha3-946587a1f551440af2467ab51264677db7c60c48.tar.bz2
sha3-946587a1f551440af2467ab51264677db7c60c48.zip
sha3.h: fix typo in sha3_backend() documentation
-rw-r--r--sha3.h2
1 files changed, 1 insertions, 1 deletions
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: