From 0718aba655579a8a0f9df8497771c5aa1c42bd13 Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 19 Sep 2016 13:28:14 -0700 Subject: [PATCH] fix comment typo --- wolfcrypt/src/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/random.c b/wolfcrypt/src/random.c index 86b155a2b..61c2e8455 100644 --- a/wolfcrypt/src/random.c +++ b/wolfcrypt/src/random.c @@ -1630,7 +1630,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) /* don't fallback to /dev/urandom */ return ret; #else - /* fallback to /dev/urrandom attempt */ + /* fallback to /dev/urandom attempt */ ret = 0; #endif }