From: Tobias Brunner Date: Wed, 9 Feb 2022 10:36:43 +0000 (+0100) Subject: xof: Fix typo in documentation for set_seed() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=963adc7637992823ddb0cad29db4e881f1f94aaf;p=people%2Fms%2Fstrongswan.git xof: Fix typo in documentation for set_seed() --- 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,