From df49c53f4a464651a0920cc7c1c617f6a8cc0b59 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 16 May 2020 22:12:46 +0300 Subject: [PATCH] Fix a typo in a comment Signed-off-by: Jouni Malinen --- src/crypto/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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