summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-18 14:38:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-18 14:38:40 +0000
commit9eaa00ff477c0150c97e9239310ab9c390880d7f (patch)
treecb69b25e3665b38557b49dcd0ae94ddc88b4cfc0 /lib
parentf85eb72a39f18c9a3f5c4faf56804c5664bd1274 (diff)
fix spelling mistake (in comment);
from ray lai;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/getaddrinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c
index 19967e84327..500afceefa4 100644
--- a/lib/libc/net/getaddrinfo.c
+++ b/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)