From 963adc7637992823ddb0cad29db4e881f1f94aaf Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 9 Feb 2022 11:36:43 +0100 Subject: [PATCH] xof: Fix typo in documentation for set_seed() --- src/libstrongswan/crypto/xofs/xof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/crypto/xofs/xof.h b/src/libstrongswan/crypto/xofs/xof.h index 934a1ee35..8c0f9bf71 100644 --- a/src/libstrongswan/crypto/xofs/xof.h +++ b/src/libstrongswan/crypto/xofs/xof.h @@ -104,7 +104,7 @@ struct xof_t { /** * Set the key for this xof_t object. * - * @param sed seed to set + * @param seed seed to set * @return TRUE if XOF initialized with seed successfully */ bool (*set_seed)(xof_t *this, -- 2.47.3