aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorDavid Shwatrz <dshwatrz@gmail.com>2010-12-02 09:01:55 +0000
committerDavid S. Miller <davem@davemloft.net>2010-12-06 13:10:11 -0800
commit8917a3c0b7d1557548f50bfe3f0e18e0354e38f6 (patch)
tree8bb698c078f7808deaa0de1b9035bbf658416205 /net/core
parentfilter: add a security check at install time (diff)
downloadlinux-dev-8917a3c0b7d1557548f50bfe3f0e18e0354e38f6.tar.xz
linux-dev-8917a3c0b7d1557548f50bfe3f0e18e0354e38f6.zip
Fix a typo in datagram.c and sctp/socket.c.
Hi, This patch fixes a typo in net/core/datagram.c and in net/sctp/socket.c Regards, David Shwartz Signed-off-by: David Shwartz <dshwatrz@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/datagram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/datagram.c b/net/core/datagram.c
index cd1e039c8755..18ac112ea7ae 100644
--- a/net/core/datagram.c
+++ b/net/core/datagram.c
@@ -177,7 +177,7 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned flags,
* interrupt level will suddenly eat the receive_queue.
*
* Look at current nfs client by the way...
- * However, this function was corrent in any case. 8)
+ * However, this function was correct in any case. 8)
*/
unsigned long cpu_flags;