Skip to content

Commit

Permalink
mqueue: fix typo "failues" -> "failures"
Browse files Browse the repository at this point in the history
Signed-off-by: André Goddard Rosa <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
andre-rosa authored and Al Viro committed Mar 3, 2010
1 parent 8d8ffef commit 2329e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/mqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2329e39

Please sign in to comment.