aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-09-04 10:44:36 -0400
committerDavid S. Miller <davem@davemloft.net>2014-09-05 20:35:28 -0400
commite793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad (patch)
tree4e323e2418caa88fd7bcebb8f82792bcab4c4ed4 /net/socket.c
parent6e9e5644378bdeebe09db9181534a03361701f4e (diff)
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/socket.c')
-rw-r--r--net/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c
index 4eb09b34b2d3..2e2586e2dee1 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -2601,7 +2601,7 @@ SYSCALL_DEFINE2(socketcall, int, call, unsigned long __user *, args)
2601 * 2601 *
2602 * This function is called by a protocol handler that wants to 2602 * This function is called by a protocol handler that wants to
2603 * advertise its address family, and have it linked into the 2603 * advertise its address family, and have it linked into the
2604 * socket interface. The value ops->family coresponds to the 2604 * socket interface. The value ops->family corresponds to the
2605 * socket system call protocol family. 2605 * socket system call protocol family.
2606 */ 2606 */
2607int sock_register(const struct net_proto_family *ops) 2607int sock_register(const struct net_proto_family *ops)