summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorWang Sheng-Hui <shhuiw@gmail.com>2012-09-06 05:33:37 (GMT)
committerJiri Kosina <jkosina@suse.cz>2012-09-06 09:11:14 (GMT)
commit527a1361387cd132a577dc8a6ae676cfc1e8414b (patch)
tree04a5191c6df276a872febbc9c5177177efe5ec7b /fs/btrfs/ctree.h
parentca1868309be96eb905a71174187a190543a1b90e (diff)
downloadlinux-fsl-qoriq-527a1361387cd132a577dc8a6ae676cfc1e8414b.tar.xz
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/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index fa5c45b..11d0e09 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