Fix comment
authorYang Tse <yangsita@gmail.com>
Fri, 30 Oct 2009 16:27:30 +0000 (16:27 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 30 Oct 2009 16:27:30 +0000 (16:27 +0000)
ares/ares_parse_txt_reply.c

index 6950912..4f05d5c 100644 (file)
@@ -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. */