From: Masanari Iida Date: Wed, 1 Feb 2012 14:53:46 +0000 (+0900) Subject: exofs: (trivial) Fix typo in super.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3e57638bb1469ba2705456e9fd4063d1890341e1;p=linux-beck.git exofs: (trivial) Fix typo in super.c Correct spelling "faild" to "failed" in fs/exofs/super.c Signed-off-by: Masanari Iida Signed-off-by: Boaz Harrosh --- diff --git a/fs/exofs/super.c b/fs/exofs/super.c index 4710b5f686d9..d9619a577806 100644 --- a/fs/exofs/super.c +++ b/fs/exofs/super.c @@ -565,7 +565,7 @@ int __alloc_dev_table(struct exofs_sb_info *sbi, unsigned numdevs, aoded = kzalloc(sizeof(*aoded), GFP_KERNEL); if (unlikely(!aoded)) { - EXOFS_ERR("ERROR: faild allocating Device array[%d]\n", + EXOFS_ERR("ERROR: failed allocating Device array[%d]\n", numdevs); return -ENOMEM; }