[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1422532595-11523-1-git-send-email-kuleshovmail@gmail.com>
Date: Thu, 29 Jan 2015 17:56:35 +0600
From: Alexander Kuleshov <kuleshovmail@...il.com>
To: Chris Mason <clm@...com>
Cc: Josef Bacik <jbacik@...com>, David Sterba <dsterba@...e.cz>,
linux-kernel@...r.kernel.org,
Alexander Kuleshov <kuleshovmail@...il.com>
Subject: [PATCH] fs/btrfs: fix a typo in prev_extent_map banner comment
Signed-off-by: Alexander Kuleshov <kuleshovmail@...il.com>
---
fs/btrfs/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 8bf326a..ae9bf84 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -6289,7 +6289,7 @@ static struct extent_map *prev_extent_map(struct extent_map *em)
return container_of(prev, struct extent_map, rb_node);
}
-/* helper for btfs_get_extent. Given an existing extent in the tree,
+/* helper for btrfs_get_extent. Given an existing extent in the tree,
* the existing extent is the nearest extent to map_start,
* and an extent that you want to insert, deal with overlap and insert
* the best fitted new extent into the tree.
--
2.3.0-rc1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists