diff mbox

btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID

Message ID 502D0986.8050202@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wang Sheng-Hui Aug. 16, 2012, 2:53 p.m. UTC
It should be "storing".

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
 fs/btrfs/ctree.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Liu Bo Aug. 16, 2012, 3:18 p.m. UTC | #1
On 08/16/2012 10:53 PM, Wang Sheng-Hui wrote:
> It should be "storing".
> 

Please cc these typo fixes to trivial@kernel.org.

thanks,
liubo

> Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
> ---
>  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
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Wang Sheng-Hui Aug. 17, 2012, 12:42 a.m. UTC | #2
On 2012?08?16? 23:18, Liu Bo wrote:
> On 08/16/2012 10:53 PM, Wang Sheng-Hui wrote:
>> It should be "storing".
>>
> 
> Please cc these typo fixes to trivial@kernel.org.
> 
> thanks,
> liubo

OK.

> 
>> Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
>> ---
>>  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
>>
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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