aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVille Nuorvala <vnuorval@tcs.hut.fi>2006-10-16 22:08:28 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-10-18 19:55:26 -0700
commit23c435f7ff884caded4a1391ba2b308d465423c0 (patch)
tree9eb30cf911ce935e5373712255129042125d5a24 /net
parent[IPV6]: Remove struct pol_chain. (diff)
downloadlinux-dev-23c435f7ff884caded4a1391ba2b308d465423c0.tar.xz
linux-dev-23c435f7ff884caded4a1391ba2b308d465423c0.zip
[SCTP]: Fix minor typo
Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/sctp/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
index 9deec4391187..9f34dec6ff8e 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -821,7 +821,7 @@ out:
* addrs is a pointer to an array of one or more socket addresses. Each
* address is contained in its appropriate structure (i.e. struct
* sockaddr_in or struct sockaddr_in6) the family of the address type
- * must be used to distengish the address length (note that this
+ * must be used to distinguish the address length (note that this
* representation is termed a "packed array" of addresses). The caller
* specifies the number of addresses in the array with addrcnt.
*