From b2ae3fb3f3f5ee8aecc07c0991aeb57e2bfffbdb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Oct 1998 14:09:26 +0000 Subject: Comment fixes. svn path=/trunk/; revision=2100 --- checkalias.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'checkalias.c') diff --git a/checkalias.c b/checkalias.c index 275e9410..a111a39f 100644 --- a/checkalias.c +++ b/checkalias.c @@ -29,7 +29,6 @@ static int is_ip_alias(const char *name1,const char *name2) /* * Given two hostnames as arguments, returns TRUE if they * have at least one IP address in common. - * It is meant to be called by the is_host_alias() function in driver.c * No check is done on errors returned by gethostbyname, * the calling function does them. */ @@ -91,7 +90,7 @@ static int is_ip_alias(const char *name1,const char *name2) } int is_host_alias(const char *name, struct query *ctl) -/* determine whether name is a DNS alias of the hostname */ +/* determine whether name is a DNS alias of the mailserver for this query */ { struct hostent *he,*he_st; struct mxentry *mxp, *mxrecords; -- cgit v1.2.3