summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2005-07-18 14:38:39 +0000
committerjmc <>2005-07-18 14:38:39 +0000
commitfca3e187a867f51bfd0b46cc4d3f49175ffddef6 (patch)
tree84a77271fb23da415df9acbdbbfa50d19bcfc450
parentb5bcd9d7fe9dfb04cc2a5c47d6dceef42335b6c1 (diff)
downloadopenbsd-fca3e187a867f51bfd0b46cc4d3f49175ffddef6.tar.gz
openbsd-fca3e187a867f51bfd0b46cc4d3f49175ffddef6.tar.bz2
openbsd-fca3e187a867f51bfd0b46cc4d3f49175ffddef6.zip
fix spelling mistake (in comment);
from ray lai;
-rw-r--r--src/lib/libc/net/getaddrinfo.c4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: getaddrinfo.c,v 1.52 2005/03/30 02:58:28 tedu Exp $ */ 1/* $OpenBSD: getaddrinfo.c,v 1.53 2005/07/18 14:38:39 jmc Exp $ */
2/* $KAME: getaddrinfo.c,v 1.31 2000/08/31 17:36:43 itojun Exp $ */ 2/* $KAME: getaddrinfo.c,v 1.31 2000/08/31 17:36:43 itojun Exp $ */
3 3
4/* 4/*
@@ -425,7 +425,7 @@ getaddrinfo(const char *hostname, const char *servname,
425 425
426 /* 426 /*
427 * XXX 427 * XXX
428 * If numreic representation of AF1 can be interpreted as FQDN 428 * If numeric representation of AF1 can be interpreted as FQDN
429 * representation of AF2, we need to think again about the code below. 429 * representation of AF2, we need to think again about the code below.
430 */ 430 */
431 if (sentinel.ai_next) 431 if (sentinel.ai_next)