summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index ba800b9058..dd65ad36cf 100644
--- a/process.c
+++ b/process.c
@@ -6147,7 +6147,7 @@ maxgroups(void)
* You can certainly get a sorted unique GID list of
* the current process by this expression:
*
- * Process.groups.unique.sort
+ * Process.groups.uniq.sort
*
*/