From: Wang Sheng-Hui Date: Thu, 6 Sep 2012 05:33:37 +0000 (+0800) Subject: btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID X-Git-Tag: upstream/snapshot3+hdmi~6623^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=527a1361387cd132a577dc8a6ae676cfc1e8414b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID It should be storing, not sotring. Signed-off-by: Wang Sheng-Hui Signed-off-by: Jiri Kosina --- 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