diff options
author | David Sterba <dsterba@suse.com> | 2016-05-25 22:51:03 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-05-25 22:51:03 +0200 |
commit | 42f31734eb7658fd01fb186d56312be869450a42 (patch) | |
tree | b2fb549b9549bead4d2837c81760cf87fa50ad43 /fs/btrfs/root-tree.c | |
parent | e73440868fde7cce4a93583a4fa2db9a8938a7ed (diff) | |
parent | 0132761017e012ab4dc8584d679503f2ba26ca86 (diff) | |
download | linux-42f31734eb7658fd01fb186d56312be869450a42.tar.bz2 |
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
Diffstat (limited to 'fs/btrfs/root-tree.c')
-rw-r--r-- | fs/btrfs/root-tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index b2b14e7115f1..f1c30861d062 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c @@ -71,9 +71,9 @@ static void btrfs_read_root_item(struct extent_buffer *eb, int slot, * search_key: the key to search * path: the path we search * root_item: the root item of the tree we look for - * root_key: the reak key of the tree we look for + * root_key: the root key of the tree we look for * - * If ->offset of 'seach_key' is -1ULL, it means we are not sure the offset + * If ->offset of 'search_key' is -1ULL, it means we are not sure the offset * of the search key, just lookup the root with the highest offset for a * given objectid. * |