xof: Fix typo in documentation for set_seed()

This commit is contained in:
Tobias Brunner
2022-02-17 16:34:56 +01:00
parent eccfd27f03
commit 963adc7637
+1 -1
View File
@@ -104,7 +104,7 @@ struct xof_t {
/** /**
* Set the key for this xof_t object. * 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 * @return TRUE if XOF initialized with seed successfully
*/ */
bool (*set_seed)(xof_t *this, bool (*set_seed)(xof_t *this,