From 49d3da149c2331c7960fbc6da6bf2cf3a6b06724 Mon Sep 17 00:00:00 2001 From: Zhi Yong Wu Date: Wed, 7 Aug 2013 10:11:00 +0000 Subject: xfs: fix the comment of xfs_btree_lookup() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- fs/xfs/xfs_btree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/xfs/xfs_btree.c') diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c index 0903960410a2..1ecc0410f545 100644 --- a/fs/xfs/xfs_btree.c +++ b/fs/xfs/xfs_btree.c @@ -1684,7 +1684,7 @@ xfs_lookup_get_search_key( /* * Lookup the record. The cursor is made to point to it, based on dir. - * Return 0 if can't find any such record, 1 for success. + * stat is set to 0 if can't find any such record, 1 for success. */ int /* error */ xfs_btree_lookup( -- cgit v1.2.3