Prev: [PATCH 0/6] Fix file descriptor leak on user-space processes and cleanup
Next: latency_hist: fix small memory leak
From: André Goddard Rosa on 24 Feb 2010 02:20 Signed-off-by: André Goddard Rosa <andre.goddard(a)gmail.com> --- ipc/mqueue.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 906e873..e47c9eb 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -1297,7 +1297,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); -- 1.7.0.87.g0901d -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |