Re: [PATCH] btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID
From: Wang Sheng-Hui <hidden>
Date: 2012-08-17 00:42:41
From: Wang Sheng-Hui <hidden>
Date: 2012-08-17 00:42:41
On 2012年08月16日 23:18, Liu Bo wrote:
On 08/16/2012 10:53 PM, Wang Sheng-Hui wrote:quoted
It should be "storing".Please cc these typo fixes to trivial@kernel.org. thanks, liubo
OK.
quoted
Signed-off-by: Wang Sheng-Hui <redacted> --- 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 4bab807..f9289db 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h@@ -116,7 +116,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