summaryrefslogtreecommitdiffstats
path: root/net/socket.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-03-02 14:43:23 +0100
committerJiri Kosina <jkosina@suse.cz>2018-03-27 09:51:23 +0200
commitb903036aad6c46f0c94b3a58c86f7467776a5dcf (patch)
tree6b5412068fdb41a9331c41b6d660b598715c283f /net/socket.c
parentbade9835a22e03a00d6cb94350984620bf808f83 (diff)
downloadlinux-0-day-b903036aad6c46f0c94b3a58c86f7467776a5dcf.tar.gz
linux-0-day-b903036aad6c46f0c94b3a58c86f7467776a5dcf.tar.xz
net: Spelling s/stucture/structure/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 a93c99b518cab..24c8e71583ad3 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -1516,7 +1516,7 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
*
* 1003.1g adds the ability to recvmsg() to query connection pending
* status to recvmsg. We need to add that support in a way thats
- * clean when we restucture accept also.
+ * clean when we restructure accept also.
*/
SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,