summaryrefslogtreecommitdiff
path: root/src/basic/random-util.c
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-06-12 10:42:13 -0400
committerSven Eden <yamakuzure@gmx.net>2017-06-16 10:12:59 +0200
commit6bc15ba0015c5c35d2d3e68d0ed193e6c5e5f81d (patch)
tree7432779f7dda42e6b377faacaa1c204140357f20 /src/basic/random-util.c
parent1879c3ef2a180da31c6419e3a50a7c80c547ce1a (diff)
Fixed a small typo in a comment (#3514)
Diffstat (limited to 'src/basic/random-util.c')
-rw-r--r--src/basic/random-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/random-util.c b/src/basic/random-util.c
index 2f468db77..ad7b3eedf 100644
--- a/src/basic/random-util.c
+++ b/src/basic/random-util.c
@@ -46,7 +46,7 @@ int dev_urandom(void *p, size_t n) {
* never block, and will always return some data from the
* kernel, regardless if the random pool is fully initialized
* or not. It thus makes no guarantee for the quality of the
- * returned entropy, but is good enough for or usual usecases
+ * returned entropy, but is good enough for our usual usecases
* of seeding the hash functions for hashtable */
/* Use the getrandom() syscall unless we know we don't have