summaryrefslogtreecommitdiff
path: root/chip/g/dcrypto/hmac_drbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/dcrypto/hmac_drbg.c')
-rw-r--r--chip/g/dcrypto/hmac_drbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/dcrypto/hmac_drbg.c b/chip/g/dcrypto/hmac_drbg.c
index 2ca20e03ff..4c69a4a0a0 100644
--- a/chip/g/dcrypto/hmac_drbg.c
+++ b/chip/g/dcrypto/hmac_drbg.c
@@ -337,7 +337,7 @@ static int cmd_hmac_drbg(int argc, char **argv)
DECLARE_SAFE_CONSOLE_COMMAND(hmac_drbg, cmd_hmac_drbg, NULL, NULL);
/*
- * Sanity check to exercise random initialization.
+ * Validity check to exercise random initialization.
*/
static int cmd_hmac_drbg_rand(int argc, char **argv)
{