mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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>
This commit is contained in:
parent
8d8ffefaaf
commit
2329e392ac
@ -1296,7 +1296,7 @@ static int __init init_mqueue_fs(void)
|
||||
if (mqueue_inode_cachep == NULL)
|
||||
return -ENOMEM;
|
||||
|
||||
/* ignore failues - they are not fatal */
|
||||
/* ignore failures - they are not fatal */
|
||||
mq_sysctl_table = mq_register_sysctl_table();
|
||||
|
||||
error = register_filesystem(&mqueue_fs_type);
|
||||
|
Loading…
Reference in New Issue
Block a user