Make comment more readable.

MFC after:	2 weeks
Obtained from:	Wheel Systems Sp. z o.o. http://www.wheelsystems.com
This commit is contained in:
Pawel Jakub Dawidek 2010-08-27 13:54:17 +00:00
parent 8502ec25dc
commit 7087d13fae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211875

View File

@ -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) {