From 0f7bc9dd67cd46ea44230540019a5c0921c3d495 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 9 Feb 2016 17:58:04 +0100 Subject: [PATCH] tinycrypt: Fix few typos in Kconfig help messages Change-Id: Ia6442359e1ab5116083c065ae63e4b929e74ef76 Signed-off-by: Szymon Janc --- lib/crypto/tinycrypt/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/crypto/tinycrypt/Kconfig b/lib/crypto/tinycrypt/Kconfig index 1cf4fa41f3a..2e3209baf6d 100644 --- a/lib/crypto/tinycrypt/Kconfig +++ b/lib/crypto/tinycrypt/Kconfig @@ -47,7 +47,7 @@ config TINYCRYPT_SHA256_HMAC_PRNG depends on TINYCRYPT_SHA256_HMAC default n help - This option enables support for psudeo-random number + This option enables support for pseudo-random number generator. config TINYCRYPT_ECC_DH @@ -57,7 +57,7 @@ config TINYCRYPT_ECC_DH default n help This option enables support for the Elliptic curve - Diffie-Helman anonymous key agreement protocol. + Diffie-Hellman anonymous key agreement protocol. config TINYCRYPT_ECC_DSA bool @@ -65,7 +65,7 @@ config TINYCRYPT_ECC_DSA depends on TINYCRYPT default n help - This option enables support for the Elliptic Curbe Digital + This option enables support for the Elliptic Curve Digital Signature Algorithm (ECDSA). config TINYCRYPT_AES