*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.14 1997/03/13 19:07:24 downsj Exp $";
+static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.15 1997/04/02 08:22:35 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
switch (lookups[i]) {
#ifdef YP
case 'y':
- /* YP only suports AF_INET. */
+ /* YP only supports AF_INET. */
if (af == AF_INET)
hp = _yp_gethtbyname(name);
break;