Skip to content

Commit

Permalink
btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID
Browse files Browse the repository at this point in the history
It should be storing, not sotring.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Wang Sheng-Hui authored and Jiri Kosina committed Sep 6, 2012
1 parent ca18683 commit 527a136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 527a136

Please sign in to comment.