Fix typo in getentropy(2).

This commit is contained in:
Jonas 'Sortie' Termansen 2018-02-03 19:50:11 +01:00
parent 4335c7f001
commit 9380ed82ac
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* *
* unistd/getentropy.c * unistd/getentropy.c
* Read entropy into an user buffer. * Read entropy into a user buffer.
*/ */
#include <sys/syscall.h> #include <sys/syscall.h>