diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 04:36:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 04:36:51 +0000 |
commit | 1348735dbd783c28a90446b8da7b74d0e79a5a44 (patch) | |
tree | b1d330a2d08f896a8a774574d24ade3f4062fda6 /checkalias.c | |
parent | b01e554d2043e8c85036b483c515c3df854a3a98 (diff) | |
download | fetchmail-1348735dbd783c28a90446b8da7b74d0e79a5a44.tar.gz fetchmail-1348735dbd783c28a90446b8da7b74d0e79a5a44.tar.bz2 fetchmail-1348735dbd783c28a90446b8da7b74d0e79a5a44.zip |
More cleanup.
svn path=/trunk/; revision=1984
Diffstat (limited to 'checkalias.c')
-rw-r--r-- | checkalias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkalias.c b/checkalias.c index 80e3f007..b13f1296 100644 --- a/checkalias.c +++ b/checkalias.c @@ -1,5 +1,5 @@ /* - * checkalias.c -- check to see if the IP addresses of two hosts are the same + * checkalias.c -- check to see if two hostnames or IP addresses are equivalent * * Copyright 1997 by Eric S. Raymond * For license terms, see the file COPYING in this directory. |