Fix RNG comment.
authorMilan Broz <gmazyland@gmail.com>
Sun, 14 Nov 2010 22:13:00 +0000 (22:13 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sun, 14 Nov 2010 22:13:00 +0000 (22:13 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@369 36d66b0a-2a48-0410-832c-cd162a569da5

lib/random.c

index fb359e4..4a64418 100644 (file)
@@ -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 */