From fca3e187a867f51bfd0b46cc4d3f49175ffddef6 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 18 Jul 2005 14:38:39 +0000 Subject: fix spelling mistake (in comment); from ray lai; --- src/lib/libc/net/getaddrinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/net/getaddrinfo.c b/src/lib/libc/net/getaddrinfo.c index 19967e8432..500afceefa 100644 --- a/src/lib/libc/net/getaddrinfo.c +++ b/src/lib/libc/net/getaddrinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getaddrinfo.c,v 1.52 2005/03/30 02:58:28 tedu Exp $ */ +/* $OpenBSD: getaddrinfo.c,v 1.53 2005/07/18 14:38:39 jmc Exp $ */ /* $KAME: getaddrinfo.c,v 1.31 2000/08/31 17:36:43 itojun Exp $ */ /* @@ -425,7 +425,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) -- cgit v1.2.3-55-g6feb