Fix a typo in a comment

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2020-05-16 22:12:46 +03:00
parent f636bc3abc
commit df49c53f4a

View file

@ -485,7 +485,7 @@ int rc4_skip(const u8 *key, size_t keylen, size_t skip,
u8 *data, size_t data_len); u8 *data, size_t data_len);
/** /**
* crypto_get_random - Generate cryptographically strong pseudy-random bytes * crypto_get_random - Generate cryptographically strong pseudo-random bytes
* @buf: Buffer for data * @buf: Buffer for data
* @len: Number of bytes to generate * @len: Number of bytes to generate
* Returns: 0 on success, -1 on failure * Returns: 0 on success, -1 on failure