1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

View file

@ -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 <sys/syscall.h>