shared/trivial: fix typo on comment

This commit is contained in:
Francesco Giudici 2018-05-24 16:21:28 +02:00
parent 591cc60a5b
commit 869009ab11

View file

@ -52,7 +52,7 @@
* value. * value.
* *
* Note that if calling getrandom() fails because there is not enough * Note that if calling getrandom() fails because there is not enough
* entroy (at early boot), the function will read /dev/urandom. * entropy (at early boot), the function will read /dev/urandom.
* Which of course, still has low entropy, and cause kernel to log * Which of course, still has low entropy, and cause kernel to log
* a warning. * a warning.
*/ */