summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-08-27 13:54:17 +0000
committerpjd <pjd@FreeBSD.org>2010-08-27 13:54:17 +0000
commit29f3bd82d29fa25814dbedfc9d97c0def90b2ddc (patch)
treec9114174e4a46b41e5f39ba3e5b5d6bcc3b0fad6 /sbin
parent104d8b15abcabf231874c01552e0f26b55c86c01 (diff)
downloadFreeBSD-src-29f3bd82d29fa25814dbedfc9d97c0def90b2ddc.zip
FreeBSD-src-29f3bd82d29fa25814dbedfc9d97c0def90b2ddc.tar.gz
Make comment more readable.
MFC after: 2 weeks Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/proto_tcp4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/hastd/proto_tcp4.c b/sbin/hastd/proto_tcp4.c
index bfbae8c..9bb5c62 100644
--- a/sbin/hastd/proto_tcp4.c
+++ b/sbin/hastd/proto_tcp4.c
@@ -242,8 +242,8 @@ tcp4_connect(void *ctx)
return (errno);
}
/*
- * We make socket non-blocking so we have decided about connection
- * timeout.
+ * We make socket non-blocking so we can handle connection timeout
+ * manually.
*/
flags |= O_NONBLOCK;
if (fcntl(tctx->tc_fd, F_SETFL, flags) == -1) {
OpenPOWER on IntegriCloud