sys_getrandom: fix a function reference in a comment

MFC after:	3 days
Sponsored by:	FreeBSD Foundation
This commit is contained in:
Mitchell Horne 2023-07-24 10:48:38 -03:00
parent 09e5d91069
commit a4e4ea738b

View file

@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
#define GRND_VALIDFLAGS (GRND_NONBLOCK | GRND_RANDOM | GRND_INSECURE)
/*
* random_read_uio(9) returns EWOULDBLOCK if a nonblocking request would block,
* read_random_uio(9) returns EWOULDBLOCK if a nonblocking request would block,
* but the Linux API name is EAGAIN. On FreeBSD, they have the same numeric
* value for now.
*/