From 2f21ff1cca79e1d7805416bac5356508e7e652d5 Mon Sep 17 00:00:00 2001 From: Zhi Yong Wu Date: Mon, 12 Aug 2013 03:14:58 +0000 Subject: [PATCH] xfs: fix the comment of xfs_ialloc_ag_select() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- fs/xfs/xfs_ialloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c index 266024b3668c..6bee95d8a73e 100644 --- a/fs/xfs/xfs_ialloc.c +++ b/fs/xfs/xfs_ialloc.c @@ -507,7 +507,7 @@ xfs_ialloc_next_ag( /* * Select an allocation group to look for a free inode in, based on the parent - * inode and then mode. Return the allocation group buffer. + * inode and the mode. Return the allocation group buffer. */ STATIC xfs_agnumber_t xfs_ialloc_ag_select( -- 2.34.1