aboutsummaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/random.c b/cipher/random.c
index 30c94b5b9..14ca87f4d 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -607,7 +607,7 @@ fast_random_poll()
/* QNX/Neutrino does return ENOSYS - so we just ignore it and
* add whatever is in buf. In a chroot environment it might not
* work at all (i.e. because /proc/ is not accessible), so we better
- * ognore all error codes and hope for the best
+ * ignore all error codes and hope for the best
*/
getrusage( RUSAGE_SELF, &buf );
@@ -616,7 +616,7 @@ fast_random_poll()
}
#endif
#endif
- /* time and clock are availabe on all systems - so
+ /* time and clock are available on all systems - so
* we better do it just in case one of the above functions
* didn't work */
{ time_t x = time(NULL);