mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
fix(Kconfig): spellcheck "randon" to "random"
This commit is contained in:
parent
dc651e090e
commit
12792274ad
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ config CRYPTO_SW_AES
|
||||||
aes_cypher() per include/nuttx/crypto/crypto.h.
|
aes_cypher() per include/nuttx/crypto/crypto.h.
|
||||||
|
|
||||||
config CRYPTO_RANDOM_POOL
|
config CRYPTO_RANDOM_POOL
|
||||||
bool "Entropy pool and strong randon number generator"
|
bool "Entropy pool and strong random number generator"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Entropy pool gathers environmental noise from device drivers,
|
Entropy pool gathers environmental noise from device drivers,
|
||||||
|
|
Loading…
Reference in a new issue