summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
committerchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
commit1665d5e960b3e7de8012efaed3e66e671f24a2dc (patch)
tree807ff6ea1e8e469b3e20584fd5e79a4a376a7843 /include
parentd8f5d5f0440cac425531b11e46b86429c83fad5f (diff)
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'include')
-rw-r--r--include/netdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 17abbd2b2d7..7b6b4b4bd04 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -1,4 +1,4 @@
-/* $NetBSD: netdb.h,v 1.54 2006/07/27 18:29:01 christos Exp $ */
+/* $NetBSD: netdb.h,v 1.55 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright (c) 1980, 1983, 1988, 1993
@@ -182,7 +182,7 @@ struct protoent {
* Note: ai_addrlen used to be a size_t, per RFC 2553.
* In XNS5.2, and subsequently in POSIX-2001 and
* draft-ietf-ipngwg-rfc2553bis-02.txt it was changed to a socklen_t.
- * To accomodate for this while preserving binary compatibility with the
+ * To accommodate for this while preserving binary compatibility with the
* old interface, we prepend or append 32 bits of padding, depending on
* the (LP64) architecture's endianness.
*