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: firefly_0821_release~3680^2~2007^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=527a1361387cd132a577dc8a6ae676cfc1e8414b;p=firefly-linux-kernel-4.4.55.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 fa5c45b39075..11d0e09e1616 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