btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID
authorWang Sheng-Hui <shhuiw@gmail.com>
Thu, 6 Sep 2012 05:33:37 +0000 (13:33 +0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 6 Sep 2012 09:11:14 +0000 (11:11 +0200)
It should be storing, not sotring.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/btrfs/ctree.h

index fa5c45b..11d0e09 100644 (file)
@@ -113,7 +113,7 @@ struct btrfs_ordered_sum;
 #define BTRFS_FREE_SPACE_OBJECTID -11ULL
 
 /*
- * The inode number assigned to the special inode for sotring
+ * The inode number assigned to the special inode for storing
  * free ino cache
  */
 #define BTRFS_FREE_INO_OBJECTID -12ULL