]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a comment
authorJouni Malinen <j@w1.fi>
Sat, 16 May 2020 19:12:46 +0000 (22:12 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 May 2020 19:12:46 +0000 (22:12 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto.h

index 7c7515f6bccf5f29c4394ceaed7cc0852269ff65..de2b07732903057664d8613fff0244566a236efa 100644 (file)
@@ -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