aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_parse_txt_reply.c
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
commit7da5efd55c1cb2b862da8028c278288f68993203 (patch)
treea72e2dc308f218d148822b729f979c1bd4706ee7 /ares/ares_parse_txt_reply.c
parentd4ff44d5f6e41a8ea82210091165670ac9898d47 (diff)
Fix comment
Diffstat (limited to 'ares/ares_parse_txt_reply.c')
-rw-r--r--ares/ares_parse_txt_reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_parse_txt_reply.c b/ares/ares_parse_txt_reply.c
index 69509126f..4f05d5cf8 100644
--- a/ares/ares_parse_txt_reply.c
+++ b/ares/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. */