diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-09-06 01:33:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-06 05:11:14 -0400 |
commit | 527a1361387cd132a577dc8a6ae676cfc1e8414b (patch) | |
tree | 04a5191c6df276a872febbc9c5177177efe5ec7b /fs/btrfs | |
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/btrfs')
-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 fa5c45b39075..11d0e09e1616 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -113,7 +113,7 @@ struct btrfs_ordered_sum; | |||
113 | #define BTRFS_FREE_SPACE_OBJECTID -11ULL | 113 | #define BTRFS_FREE_SPACE_OBJECTID -11ULL |
114 | 114 | ||
115 | /* | 115 | /* |
116 | * The inode number assigned to the special inode for sotring | 116 | * The inode number assigned to the special inode for storing |
117 | * free ino cache | 117 | * free ino cache |
118 | */ | 118 | */ |
119 | #define BTRFS_FREE_INO_OBJECTID -12ULL | 119 | #define BTRFS_FREE_INO_OBJECTID -12ULL |