summaryrefslogtreecommitdiff
path: root/random/rndlinux.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-04-12 21:00:13 +0000
committerWerner Koch <wk@gnupg.org>2010-04-12 21:00:13 +0000
commitb27adc0e2c1a785e11ad2cb3e7ae06ebfffc4659 (patch)
treed4328e71da78835577378bd593b55107ae12e59b /random/rndlinux.c
parent0af2459c2da81c3e346b145948c1b94d49105b52 (diff)
downloadlibgcrypt-b27adc0e2c1a785e11ad2cb3e7ae06ebfffc4659.tar.gz
Applied spelling fixes and more verbose test diagnositcs by Brad Hards.
Diffstat (limited to 'random/rndlinux.c')
-rw-r--r--random/rndlinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/rndlinux.c b/random/rndlinux.c
index 6f98a9eb..ec140a83 100644
--- a/random/rndlinux.c
+++ b/random/rndlinux.c
@@ -125,7 +125,7 @@ _gcry_rndlinux_gather_random (void (*add)(const void*, size_t,
/* Enter the read loop. */
delay = 0; /* Start with 0 seconds so that we do no block on the
- first iteration and in turn call the progess function
+ first iteration and in turn call the progress function
before blocking. To give the OS a better chance to
return with something we will actually use 100ms. */
while (length)