diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-08 12:51:15 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-08 12:51:15 -0400 |
commit | 946587a1f551440af2467ab51264677db7c60c48 (patch) | |
tree | e8141c2514f7492a216181ed4e1bbe783325402c /sha3.h | |
parent | aa398e88b5bdfd6aad836abf2ee7f0024ff8ef1d (diff) | |
download | sha3-946587a1f551440af2467ab51264677db7c60c48.tar.bz2 sha3-946587a1f551440af2467ab51264677db7c60c48.zip |
sha3.h: fix typo in sha3_backend() documentation
Diffstat (limited to 'sha3.h')
-rw-r--r-- | sha3.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |