xfs: fix the comment of xfs_btree_lookup()
authorZhi Yong Wu <[email protected]>
Wed, 7 Aug 2013 10:11:00 +0000 (10:11 +0000)
committerBen Myers <[email protected]>
Tue, 20 Aug 2013 19:45:23 +0000 (14:45 -0500)
Signed-off-by: Zhi Yong Wu <[email protected]>
Reviewed-by: Mark Tinguely <[email protected]>
Signed-off-by: Ben Myers <[email protected]>
fs/xfs/xfs_btree.c

index 0903960410a255c171a7b663ffb3ba4af9137074..1ecc0410f545b377a65371701a48e7dcb5f006e3 100644 (file)
@@ -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(