chiark / gitweb /
Fixed a small typo in a comment (#3514)
authorAlex Gaynor <alex.gaynor@gmail.com>
Sun, 12 Jun 2016 14:42:13 +0000 (10:42 -0400)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:59 +0000 (10:12 +0200)
src/basic/random-util.c

index 2f468db770d6d24fd8fa838dc8aa5a195f34d5b1..ad7b3eedf2c1d5ffb7ca92662bff43e070878872 100644 (file)
@@ -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