]> sjero.net Git - wget/commitdiff
[svn] Remove doc reference to non-extant ngethostbyname.
authorhniksic <devnull@localhost>
Fri, 30 Nov 2001 10:44:17 +0000 (02:44 -0800)
committerhniksic <devnull@localhost>
Fri, 30 Nov 2001 10:44:17 +0000 (02:44 -0800)
src/host.c

index 691022b0115ec68c8316aea97d274394ed9c7349..9debfeacfd281c118adc02db436f9ddae165c180 100644 (file)
@@ -250,9 +250,7 @@ lookup_host (const char *host, int silent)
   if (!silent)
     logprintf (LOG_VERBOSE, _("Resolving %s... "), host);
 
-  /* Look up the host using gethostbyname().  Note that we use
-     gethostbyname() rather than ngethostbyname(), because we already
-     know that the address is not numerical.  */
+  /* Look up the host using gethostbyname().  */
   hptr = gethostbyname (host);
   if (!hptr)
     {