From ac8d9f1dddec6bf4fbc99864bd9a9ef1d397d6b2 Mon Sep 17 00:00:00 2001 From: ginsbach Date: Mon, 13 Feb 2006 17:16:20 +0000 Subject: [PATCH] Fix spelling mistake in comment. From OpenBSD. --- lib/libc/net/getaddrinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c index 6e567bd65943..d5e2b508bce8 100644 --- a/lib/libc/net/getaddrinfo.c +++ b/lib/libc/net/getaddrinfo.c @@ -1,4 +1,4 @@ -/* $NetBSD: getaddrinfo.c,v 1.75 2005/12/02 11:22:09 yamt Exp $ */ +/* $NetBSD: getaddrinfo.c,v 1.76 2006/02/13 17:16:20 ginsbach Exp $ */ /* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */ /* @@ -79,7 +79,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: getaddrinfo.c,v 1.75 2005/12/02 11:22:09 yamt Exp $"); +__RCSID("$NetBSD: getaddrinfo.c,v 1.76 2006/02/13 17:16:20 ginsbach Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h" @@ -489,7 +489,7 @@ getaddrinfo(const char *hostname, const char *servname, /* * XXX - * If numreic representation of AF1 can be interpreted as FQDN + * If numeric representation of AF1 can be interpreted as FQDN * representation of AF2, we need to think again about the code below. */ if (sentinel.ai_next)