diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-09-06 13:33:37 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-06 11:11:14 +0200 |
commit | 527a1361387cd132a577dc8a6ae676cfc1e8414b (patch) | |
tree | 04a5191c6df276a872febbc9c5177177efe5ec7b /fs | |
parent | ca1868309be96eb905a71174187a190543a1b90e (diff) |
btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID
It should be storing, not sotring.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index fa5c45b3907..11d0e09e161 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -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 |