diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-20 09:54:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-20 09:54:15 +0000 |
commit | 71260534f914b5f74fb978ed833e1e860994a16c (patch) | |
tree | f80814b37c7acd95f30d6610e0cc41d39c458ec4 /ares | |
parent | 5e62be1d8c1246ebb51fa829f6d91a24196bc0e1 (diff) |
Fix comment
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares_parse_txt_reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_parse_txt_reply.c b/ares/ares_parse_txt_reply.c index 465a38716..6583ffb35 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) { |