summaryrefslogtreecommitdiff
path: root/sys/dev/rnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rnd.c')
-rw-r--r--sys/dev/rnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c
index 02b3de35b10..59014e3f5b9 100644
--- a/sys/dev/rnd.c
+++ b/sys/dev/rnd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rnd.c,v 1.207 2020/05/15 13:53:00 deraadt Exp $ */
+/* $OpenBSD: rnd.c,v 1.208 2020/05/15 13:58:37 deraadt Exp $ */
/*
* Copyright (c) 2011 Theo de Raadt.
@@ -115,7 +115,7 @@
/*
* Raw entropy collection from device drivers; at interrupt context or not.
- * enqueue_randomness() provide data which is put into the entropy queue.
+ * enqueue_randomness() is used to submit data into the entropy input ring.
*/
#define QEVLEN 128 /* must be a power of 2 */