summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-30 16:27:30 +0000
committerYang Tse <yangsita@gmail.com>2009-10-30 16:27:30 +0000
commit4533a082bdf2e8c8a8bc77c816e139044b730445 (patch)
tree70c86e37a1eceb6da8d9079da55159b79b3e0ba2
parentcef06973a24cc728d2903a63034f5524a95d6ba3 (diff)
downloadc-ares-4533a082bdf2e8c8a8bc77c816e139044b730445.tar.gz
c-ares-4533a082bdf2e8c8a8bc77c816e139044b730445.tar.bz2
c-ares-4533a082bdf2e8c8a8bc77c816e139044b730445.zip
Fix comment
-rw-r--r--ares_parse_txt_reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_parse_txt_reply.c b/ares_parse_txt_reply.c
index 6950912..4f05d5c 100644
--- a/ares_parse_txt_reply.c
+++ b/ares_parse_txt_reply.c
@@ -53,7 +53,7 @@ ares_parse_txt_reply (const unsigned char *abuf, int alen,
/* Set *txt_out to NULL for all failure cases. */
*txt_out = NULL;
- /* Same with *nsrvreply. */
+ /* Same with *ntxtreply. */
*ntxtreply = 0;
/* Give up if abuf doesn't have room for a header. */