diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-11 00:46:31 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-11 00:46:31 +0000 |
commit | afa1c6a2dfef06e56b2410c7ab430b0a36d2b69f (patch) | |
tree | 81b0ffa751e447da10ada463263ad97286cb466f /ext/socket/rubysocket.h | |
parent | 06b6313030b7a6c66151c4188c20589d649a6985 (diff) |
Use friendlier terminology in rubysocket.h comment
[Fix GH-2008]
From: Juanito Fatas <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/rubysocket.h')
-rw-r--r-- | ext/socket/rubysocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/rubysocket.h b/ext/socket/rubysocket.h index 922df9b87b..88143bfe0e 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 whitelist + * This is likely safe on all other *nix-like systems, so this safe list * can be expanded by interested parties. */ #if defined(__linux__) |