瀏覽代碼

mqueue: fix typo "failues" -> "failures"

Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
André Goddard Rosa 15 年之前
父節點
當前提交
2329e392ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ipc/mqueue.c

+ 1 - 1
ipc/mqueue.c

@@ -1296,7 +1296,7 @@ static int __init init_mqueue_fs(void)
 	if (mqueue_inode_cachep == NULL)
 	if (mqueue_inode_cachep == NULL)
 		return -ENOMEM;
 		return -ENOMEM;
 
 
-	/* ignore failues - they are not fatal */
+	/* ignore failures - they are not fatal */
 	mq_sysctl_table = mq_register_sysctl_table();
 	mq_sysctl_table = mq_register_sysctl_table();
 
 
 	error = register_filesystem(&mqueue_fs_type);
 	error = register_filesystem(&mqueue_fs_type);