summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-07-18 14:38:39 +0000
committerjmc <jmc@openbsd.org>2005-07-18 14:38:39 +0000
commit7f25256fe5ca7d84dd57695123802f9ab67c8c9e (patch)
treeeb32e03258c4112a7c2f62201cd6722b5629ad80
parentAnother ural. (diff)
downloadwireguard-openbsd-7f25256fe5ca7d84dd57695123802f9ab67c8c9e.tar.xz
wireguard-openbsd-7f25256fe5ca7d84dd57695123802f9ab67c8c9e.zip
fix spelling mistake (in comment);
from ray lai;
-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)