From 4617b40f8b8383554bf1d30c0699298b357b2011 Mon Sep 17 00:00:00 2001 From: Rick Hull Date: Sun, 15 Jan 2023 15:11:08 -0500 Subject: fix typo in comments / autodoc replace _socktype_ with _type_ in the comments --- ext/socket/unixsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/unixsocket.c b/ext/socket/unixsocket.c index 26ab76fc9f..a8475e3e60 100644 --- a/ext/socket/unixsocket.c +++ b/ext/socket/unixsocket.c @@ -540,7 +540,7 @@ unix_peeraddr(VALUE sock) * * Creates a pair of sockets connected to each other. * - * _socktype_ should be a socket type such as: :STREAM, :DGRAM, :RAW, etc. + * _type_ should be a socket type such as: :STREAM, :DGRAM, :RAW, etc. * * _protocol_ should be a protocol defined in the domain. * 0 is default protocol for the domain. -- cgit v1.2.3