From b708fa51ad1dd951ce2710b2eda69d8361327f16 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 4 Aug 2006 15:41:56 +0000 Subject: Fixed comment. --- ares/ares_gethostbyname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares/ares_gethostbyname.c b/ares/ares_gethostbyname.c index 09d14a50e..f675c51a9 100644 --- a/ares/ares_gethostbyname.c +++ b/ares/ares_gethostbyname.c @@ -172,7 +172,7 @@ static void host_callback(void *arg, int status, unsigned char *abuf, int alen) } else if (status == ARES_ENODATA && hquery->family == AF_INET6) { - /* There was no AAAA now lookup an A */ + /* There was no AAAA. Now lookup an A */ hquery->family = AF_INET; ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback, hquery); -- cgit v1.2.3