From 06b6313030b7a6c66151c4188c20589d649a6985 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 Nov 2018 00:46:30 +0000 Subject: Revert "Use friendlier terminology in rubysocket.h comment" This reverts commit dcd41bbbdb021b5e0e74f8a33c2c58cecf595f29. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/rubysocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/rubysocket.h b/ext/socket/rubysocket.h index 88143bfe0e..922df9b87b 100644 --- a/ext/socket/rubysocket.h +++ b/ext/socket/rubysocket.h @@ -408,7 +408,7 @@ NORETURN(void rsock_sys_fail_raddrinfo_or_sockaddr(const char *, VALUE addr, VAL * all cases. For some syscalls (e.g. accept/accept4), blocking on the * syscall instead of relying on select/poll allows the kernel to use * "wake-one" behavior and avoid the thundering herd problem. - * This is likely safe on all other *nix-like systems, so this safe list + * This is likely safe on all other *nix-like systems, so this whitelist * can be expanded by interested parties. */ #if defined(__linux__) -- cgit v1.2.3