spelling error
authorderaadt <deraadt@openbsd.org>
Wed, 2 Apr 1997 08:22:35 +0000 (08:22 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 2 Apr 1997 08:22:35 +0000 (08:22 +0000)
lib/libc/net/gethostnamadr.c

index 9826b46..cfa5812 100644 (file)
@@ -52,7 +52,7 @@
  */
 
 #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>
@@ -554,7 +554,7 @@ gethostbyname2(name, af)
                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;