浏览代码

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>
Tobias Klauser 7 年之前
父节点
当前提交
d4e9a408ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/unix/af_unix.c

+ 1 - 1
net/unix/af_unix.c

@@ -1825,7 +1825,7 @@ out:
 }
 }
 
 
 /* We use paged skbs for stream sockets, and limit occupancy to 32768
 /* 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))
 #define UNIX_SKB_FRAGS_SZ (PAGE_SIZE << get_order(32768))