diff options
| author | André Goddard Rosa <andre.goddard@gmail.com> | 2010-02-23 02:04:27 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-03-03 14:48:00 -0500 |
| commit | 2329e392accdb1b277927e8d9cbf568ba3f3856d (patch) | |
| tree | f2484c1e6858e1fb8c4f6a4d0549782c7b8b8d05 | |
| parent | 8d8ffefaaf63f0468f17fbd1270165e739cf335e (diff) | |
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>
| -rw-r--r-- | ipc/mqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 547d9c8631f..b6cb06451f4 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
| @@ -1296,7 +1296,7 @@ static int __init init_mqueue_fs(void) | |||
| 1296 | if (mqueue_inode_cachep == NULL) | 1296 | if (mqueue_inode_cachep == NULL) |
| 1297 | return -ENOMEM; | 1297 | return -ENOMEM; |
| 1298 | 1298 | ||
| 1299 | /* ignore failues - they are not fatal */ | 1299 | /* ignore failures - they are not fatal */ |
| 1300 | mq_sysctl_table = mq_register_sysctl_table(); | 1300 | mq_sysctl_table = mq_register_sysctl_table(); |
| 1301 | 1301 | ||
| 1302 | error = register_filesystem(&mqueue_fs_type); | 1302 | error = register_filesystem(&mqueue_fs_type); |
