aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-02-13 11:11:30 +0100
committerDavid S. Miller <davem@davemloft.net>2018-02-13 12:21:45 -0500
commitd4e9a408ef5de35dd82c1337b9fe48348b70047c (patch)
treee9dc781156acd716cecc5c20427e8ec65c3af4be /net/unix/af_unix.c
parentuapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define (diff)
downloadlinux-dev-d4e9a408ef5de35dd82c1337b9fe48348b70047c.tar.xz
linux-dev-d4e9a408ef5de35dd82c1337b9fe48348b70047c.zip
net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment
Change "minimun" to "minimum". Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r--net/unix/af_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
index d545e1d0dea2..2d465bdeccbc 100644
--- a/net/unix/af_unix.c
+++ b/net/unix/af_unix.c
@@ -1825,7 +1825,7 @@ out:
}
/* We use paged skbs for stream sockets, and limit occupancy to 32768
- * bytes, and a minimun of a full page.
+ * bytes, and a minimum of a full page.
*/
#define UNIX_SKB_FRAGS_SZ (PAGE_SIZE << get_order(32768))