diff --git a/[refs] b/[refs] index 04875385bf07..e6b036ffe608 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6d1f2dd61de7e696c75fbf39fb99cf41a189084 +refs/heads/master: 3e57638bb1469ba2705456e9fd4063d1890341e1 diff --git a/trunk/fs/exofs/super.c b/trunk/fs/exofs/super.c index 4710b5f686d9..d9619a577806 100644 --- a/trunk/fs/exofs/super.c +++ b/trunk/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; }