From: Jouni Malinen Date: Sat, 16 May 2020 19:12:46 +0000 (+0300) Subject: Fix a typo in a comment X-Git-Tag: hostap_2_10~1292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df49c53f4a464651a0920cc7c1c617f6a8cc0b59;p=thirdparty%2Fhostap.git Fix a typo in a comment Signed-off-by: Jouni Malinen --- diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h index 7c7515f6b..de2b07732 100644 --- a/src/crypto/crypto.h +++ b/src/crypto/crypto.h @@ -485,7 +485,7 @@ int rc4_skip(const u8 *key, size_t keylen, size_t skip, 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 * @len: Number of bytes to generate * Returns: 0 on success, -1 on failure