aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket/unixserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/unixserver.c')
-rw-r--r--ext/socket/unixserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/unixserver.c b/ext/socket/unixserver.c
index e29e9cb87b..86447e8aba 100644
--- a/ext/socket/unixserver.c
+++ b/ext/socket/unixserver.c
@@ -138,7 +138,7 @@ unix_sysaccept(VALUE sock)
/*
* Document-class: ::UNIXServer < UNIXSocket
*
- * UNIXServer class
+ * UNIXServer represents a UNIX domain stream server socket.
*/
void
Init_unixserver(void)