Fix a trivial spelling error in a comment Signed-off-by: Sankar P <sankar.curiosity@gmail.com> --- diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index e496644..3e2c7c7 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c @@ -312,7 +312,7 @@ btrfs_lookup_first_block_group(struct btrfs_fs_info *info, u64 bytenr) } /* - * return the block group that contains teh given bytenr + * return the block group that contains the given bytenr */ struct btrfs_block_group_cache *btrfs_lookup_block_group( struct btrfs_fs_info *info, -- 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
On Sat, 9 May 2009, Sankar P wrote:> Fix a trivial spelling error in a comment > > Signed-off-by: Sankar P <sankar.curiosity@gmail.com> > > --- > diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c > index e496644..3e2c7c7 100644 > --- a/fs/btrfs/extent-tree.c > +++ b/fs/btrfs/extent-tree.c > @@ -312,7 +312,7 @@ btrfs_lookup_first_block_group(struct btrfs_fs_info *info, u64 bytenr) > } > > /* > - * return the block group that contains teh given bytenr > + * return the block group that contains the given bytenr > */ > struct btrfs_block_group_cache *btrfs_lookup_block_group( > struct btrfs_fs_info *info,Appplied to trivial tree. If it has been already applied to btrfs pileup, please let me know so that I could drop it. Thanks, -- Jiri Kosina SUSE Labs -- 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
On Mon, May 11, 2009 at 9:16 PM, Jiri Kosina <jkosina@suse.cz> wrote:> On Sat, 9 May 2009, Sankar P wrote: > >> Fix a trivial spelling error in a comment >> >> Signed-off-by: Sankar P <sankar.curiosity@gmail.com> >> >> --- >> diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c >> index e496644..3e2c7c7 100644 >> --- a/fs/btrfs/extent-tree.c >> +++ b/fs/btrfs/extent-tree.c >> @@ -312,7 +312,7 @@ btrfs_lookup_first_block_group(struct btrfs_fs_info *info, u64 bytenr) >> } >> >> /* >> - * return the block group that contains teh given bytenr >> + * return the block group that contains the given bytenr >> */ >> struct btrfs_block_group_cache *btrfs_lookup_block_group( >> struct btrfs_fs_info *info, > > Appplied to trivial tree. If it has been already applied to btrfs pileup, > please let me know so that I could drop it.This is now available in the btrfs tree and Linus'' tree. Thanks.> > Thanks, > > -- > Jiri Kosina > SUSE Labs >-- Sankar -- 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