about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-16 16:03:56 -0700
committerEric Wong <normalperson@yhbt.net>2011-03-16 16:03:56 -0700
commit3656a61bfb24ac76bc47d314327c01f9fd10a717 (patch)
tree0dc947ab65a4a40991dfe532315b9ab447f524be
parentdb9162575b885add7c3b7ab06f9c03a2ebc44a1f (diff)
downloadraindrops-3656a61bfb24ac76bc47d314327c01f9fd10a717.tar.gz
-rw-r--r--ext/raindrops/linux_inet_diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/raindrops/linux_inet_diag.c b/ext/raindrops/linux_inet_diag.c
index d592b79..feb51d9 100644
--- a/ext/raindrops/linux_inet_diag.c
+++ b/ext/raindrops/linux_inet_diag.c
@@ -589,7 +589,7 @@ void Init_raindrops_linux_inet_diag(void)
         id_new = rb_intern("new");
 
         /*
-         * Document-class: Raindrops::InetDiag::Socket
+         * Document-class: Raindrops::InetDiagSocket
          *
          * This is a subclass of +Socket+ specifically for talking
          * to the inet_diag facility of Netlink.