[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1422050451-11486-1-git-send-email-computersforpeace@gmail.com>
Date: Fri, 23 Jan 2015 14:00:51 -0800
From: Brian Norris <computersforpeace@...il.com>
To: Dave Chinner <david@...morbit.com>
Cc: <linux-kernel@...r.kernel.org>, xfs@....sgi.com,
Brian Norris <computersforpeace@...il.com>
Subject: [PATCH] xfs: fix typo
'tobe' should be two words.
Signed-off-by: Brian Norris <computersforpeace@...il.com>
---
fs/xfs/xfs_aops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
index 18e2f3bbae5e..af729e8975aa 100644
--- a/fs/xfs/xfs_aops.c
+++ b/fs/xfs/xfs_aops.c
@@ -1161,7 +1161,7 @@ xfs_vm_writepage(
ASSERT(iohead);
/*
- * Any errors from this point onwards need tobe reported through the IO
+ * Any errors from this point onwards need to be reported through the IO
* completion path as we have marked the initial page as under writeback
* and unlocked it.
*/
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists