From 8e1c407ed6e5b81f2cf5ca0dea547cc53cd04261 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sun, 14 Nov 2010 22:13:00 +0000 Subject: [PATCH] Fix RNG comment. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@369 36d66b0a-2a48-0410-832c-cd162a569da5 --- lib/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/random.c b/lib/random.c index fb359e4..4a64418 100644 --- a/lib/random.c +++ b/lib/random.c @@ -37,7 +37,7 @@ static int random_fd = -1; /* Read random chunk - gathered data usually appears with this granularity */ #define RANDOM_DEVICE_CHUNK 8 -/* Timeout after the warning is printed when there is random data (entropy) */ +/* Timeout to print warning if no random data (entropy) */ #define RANDOM_DEVICE_TIMEOUT 5 /* URANDOM_DEVICE access */ -- 2.7.4