aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2013-12-08 12:15:44 -0800
committerDavid S. Miller <davem@davemloft.net>2013-12-10 21:57:11 -0500
commit8e3bff96afa67369008153f3326fa5ce985cabab (patch)
treeee0e38aa3b976362016a9a9727c60be63aed376e /net/ipv4/ip_sockglue.c
parentMerge branch 'ifla_flags' (diff)
downloadlinux-dev-8e3bff96afa67369008153f3326fa5ce985cabab.tar.xz
linux-dev-8e3bff96afa67369008153f3326fa5ce985cabab.zip
net: more spelling fixes
Various spelling fixes in networking stack Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_sockglue.c')
-rw-r--r--net/ipv4/ip_sockglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_sockglue.c b/net/ipv4/ip_sockglue.c
index ddf32a6bc415..a9fc435dc89f 100644
--- a/net/ipv4/ip_sockglue.c
+++ b/net/ipv4/ip_sockglue.c
@@ -1051,7 +1051,7 @@ e_inval:
*
* To support IP_CMSG_PKTINFO option, we store rt_iif and specific
* destination in skb->cb[] before dst drop.
- * This way, receiver doesnt make cache line misses to read rtable.
+ * This way, receiver doesn't make cache line misses to read rtable.
*/
void ipv4_pktinfo_prepare(const struct sock *sk, struct sk_buff *skb)
{