summaryrefslogtreecommitdiff
path: root/ext/socket/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/init.c')
-rw-r--r--ext/socket/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/init.c b/ext/socket/init.c
index b12239673d..484d27e279 100644
--- a/ext/socket/init.c
+++ b/ext/socket/init.c
@@ -20,7 +20,7 @@ VALUE rb_cUNIXSocket;
VALUE rb_cUNIXServer;
#endif
VALUE rb_cSocket;
-VALUE rb_cAddrInfo;
+VALUE rb_cAddrinfo;
VALUE rb_eSocket;