summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd.rs')
-rw-r--r--src/unistd.rs2
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()
}