summaryrefslogtreecommitdiff
path: root/ares_process.c
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2010-03-25 12:48:39 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-25 13:00:17 +0100
commita83d892bb2fa304bc9f2d76e9853b6941fd1177d (patch)
tree1f096fcf26ecf09b7c8ce0d19df3a0538b6d8b59 /ares_process.c
parent5e22223332a52bdaa9b58f31c0bece3dac0bc488 (diff)
downloadc-ares-a83d892bb2fa304bc9f2d76e9853b6941fd1177d.tar.gz
c-ares-a83d892bb2fa304bc9f2d76e9853b6941fd1177d.tar.bz2
c-ares-a83d892bb2fa304bc9f2d76e9853b6941fd1177d.zip
Fix a couple of typos and grammar nits.
Diffstat (limited to 'ares_process.c')
-rw-r--r--ares_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_process.c b/ares_process.c
index ab0b79d..89da38f 100644
--- a/ares_process.c
+++ b/ares_process.c
@@ -948,7 +948,7 @@ static int open_tcp_socket(ares_channel channel, struct server_state *server)
* Disable the Nagle algorithm (only relevant for TCP sockets, and thus not
* in configure_socket). In general, in DNS lookups we're pretty much
* interested in firing off a single request and then waiting for a reply,
- * so batching isn't very interesting in general.
+ * so batching isn't very interesting.
*/
opt = 1;
if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY,