Fix some typos (#1593)

This commit is contained in:
Alexis Mousset
2023-02-09 04:11:29 +01:00
committed by GitHub
parent 516ebee12d
commit 988dc5fe72
15 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ provides, resulting in an out-of-bounds write and memory corruption.
The libc `getgrouplist` function takes an in/out parameter `ngroups`
specifying the size of the group buffer. When the buffer is too small to
hold all of the reqested user's group memberships, some libc
hold all of the requested user's group memberships, some libc
implementations, including glibc and Solaris libc, will modify `ngroups`
to indicate the actual number of groups for the user, in addition to
returning an error. The version of `nix::unistd::getgrouplist` in nix