diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-02 08:22:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-02 08:22:36 +0000 |
commit | 0d5d5cef9e9d4b657f20440b1dc23da5c8f5b408 (patch) | |
tree | f76788c0f25ac46e3e4f76062f4f0254fbb2ca16 /lib/libc/net | |
parent | fab7840b8ee8d6b3ab4443d3709a9005096616be (diff) |
spelling error
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/gethostnamadr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/gethostnamadr.c b/lib/libc/net/gethostnamadr.c index 9826b468050..cfa58123540 100644 --- a/lib/libc/net/gethostnamadr.c +++ b/lib/libc/net/gethostnamadr.c @@ -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; |