diff options
Diffstat (limited to 'src/unistd.rs')
-rw-r--r-- | src/unistd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd.rs b/src/unistd.rs index 886084e8..952799e6 100644 --- a/src/unistd.rs +++ b/src/unistd.rs @@ -88,7 +88,7 @@ impl Gid { getgid() } - /// Returns effective Gid of calling process. This is practically a more Rusty alias for `getgid`. + /// Returns effective Gid of calling process. This is practically a more Rusty alias for `getegid`. pub fn effective() -> Self { getegid() } |