From: Yang Tse Date: Fri, 30 Oct 2009 16:27:30 +0000 (+0000) Subject: Fix comment X-Git-Tag: curl-7_19_7~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7da5efd55c1cb2b862da8028c278288f68993203;p=thirdparty%2Fcurl.git Fix comment --- diff --git a/ares/ares_parse_txt_reply.c b/ares/ares_parse_txt_reply.c index 69509126ff..4f05d5cf8a 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. */