From 12792274ad61042242bccd746ff2b2555761ffe6 Mon Sep 17 00:00:00 2001 From: Florian Castellane <583664+LIII-XXII@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:55:34 +0900 Subject: [PATCH] fix(Kconfig): spellcheck "randon" to "random" --- crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 856dddece8..7ce0ebf33b 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -63,7 +63,7 @@ config CRYPTO_SW_AES aes_cypher() per include/nuttx/crypto/crypto.h. config CRYPTO_RANDOM_POOL - bool "Entropy pool and strong randon number generator" + bool "Entropy pool and strong random number generator" default n ---help--- Entropy pool gathers environmental noise from device drivers,