From: Yang Tse Date: Fri, 20 Nov 2009 09:54:15 +0000 (+0000) Subject: Fix comment X-Git-Tag: curl-7_20_0~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71260534f914b5f74fb978ed833e1e860994a16c;p=thirdparty%2Fcurl.git Fix comment --- diff --git a/ares/ares_parse_txt_reply.c b/ares/ares_parse_txt_reply.c index 465a387167..6583ffb35c 100644 --- a/ares/ares_parse_txt_reply.c +++ b/ares/ares_parse_txt_reply.c @@ -117,7 +117,7 @@ ares_parse_txt_reply (const unsigned char *abuf, int alen, /* Check if we are really looking at a TXT record */ if (rr_class == C_IN && rr_type == T_TXT) { - /* Allocate storage for this SRV answer appending it to the list */ + /* Allocate storage for this TXT answer appending it to the list */ txt_curr = ares_malloc_data(ARES_DATATYPE_TXT_REPLY); if (!txt_curr) {