summaryrefslogtreecommitdiffstats
path: root/lib/sockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sockopt.c')
-rw-r--r--lib/sockopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockopt.c b/lib/sockopt.c
index 8dfd0f16..c7a8db5f 100644
--- a/lib/sockopt.c
+++ b/lib/sockopt.c
@@ -232,7 +232,7 @@ setsockopt_ttl (int sock_fd, int ttl)
* < 0 => failed or not supported -- see errno
* EOPNOTSUPP if not supported
*
- * Logs a LOG_WARNING message if fails (and is supported).
+ * Logs a LOG_WARNING message if fails (including not supported).
*
* NB: for AF_INET6 where have: IN6_IS_ADDR_V4MAPPED, there is the question
* of whether to use IPPROTO_IP/IP_TTL or IPPROTO_IPV6/IPV6_UNICAST_HOPS.