aboutsummaryrefslogtreecommitdiffstats
path: root/ext/etc/etc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/etc/etc.c')
-rw-r--r--ext/etc/etc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index a1f9669e98..e538aa32c6 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -549,8 +549,8 @@ etc_getgrent(VALUE obj)
return Qnil;
}
-/* The etc module provides access to information from the /etc/passwd and
- * /etc/group files on Linux and Unix systems.
+/*
+ * The etc module provides access to information from the running OS.
*
* Documented by mathew <meta@pobox.com>.
*/