net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment
authorTobias Klauser <tklauser@distanz.ch>
Tue, 13 Feb 2018 10:11:30 +0000 (11:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 17:21:45 +0000 (12:21 -0500)
Change "minimun" to "minimum".

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c

index d545e1d..2d465bd 100644 (file)
@@ -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))