From 9380ed82ac7b6319eed88092df3515aa14ae7ee1 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 3 Feb 2018 19:50:11 +0100 Subject: [PATCH] Fix typo in getentropy(2). --- libc/unistd/getentropy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/unistd/getentropy.c b/libc/unistd/getentropy.c index c91bf24f..91f9cea3 100644 --- a/libc/unistd/getentropy.c +++ b/libc/unistd/getentropy.c @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * unistd/getentropy.c - * Read entropy into an user buffer. + * Read entropy into a user buffer. */ #include