diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-09-04 23:44:36 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-05 17:35:28 -0700 |
commit | e793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad (patch) | |
tree | 4e323e2418caa88fd7bcebb8f82792bcab4c4ed4 /net/core/sock.c | |
parent | 6e9e5644378bdeebe09db9181534a03361701f4e (diff) | |
download | linux-e793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad.tar.gz |
net: treewide: Fix typo found in DocBook/networking.xml
This patch fix spelling typo found in DocBook/networking.xml.
It is because the neworking.xml is generated from comments
in the source, I have to fix typo in comments within the source.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
-rw-r--r-- | net/core/sock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index 29870571c42f..d372b4bd3f99 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -166,7 +166,7 @@ EXPORT_SYMBOL(sk_ns_capable); /** * sk_capable - Socket global capability test * @sk: Socket to use a capability on or through - * @cap: The global capbility to use + * @cap: The global capability to use * * Test to see if the opener of the socket had when the socket was * created and the current process has the capability @cap in all user @@ -183,7 +183,7 @@ EXPORT_SYMBOL(sk_capable); * @sk: Socket to use a capability on or through * @cap: The capability to use * - * Test to see if the opener of the socket had when the socke was created + * Test to see if the opener of the socket had when the socket was created * and the current process has the capability @cap over the network namespace * the socket is a member of. */ |