diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 14:23:12 -0500 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-03-14 10:05:02 -0400 |
commit | bb7ab3b92e46da06b580c6f83abe7894dc449cca (patch) | |
tree | 1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/extent-tree.c | |
parent | 2e3fcb1ccdbe7918006d509a531fcf8c9b10e9f8 (diff) |
btrfs: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r-- | fs/btrfs/extent-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 083783b53536..53e12977bfd0 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c | |||
@@ -5758,7 +5758,7 @@ out_fail: | |||
5758 | 5758 | ||
5759 | /* | 5759 | /* |
5760 | * This is tricky, but first we need to figure out how much we | 5760 | * This is tricky, but first we need to figure out how much we |
5761 | * free'd from any free-ers that occured during this | 5761 | * free'd from any free-ers that occurred during this |
5762 | * reservation, so we reset ->csum_bytes to the csum_bytes | 5762 | * reservation, so we reset ->csum_bytes to the csum_bytes |
5763 | * before we dropped our lock, and then call the free for the | 5763 | * before we dropped our lock, and then call the free for the |
5764 | * number of bytes that were freed while we were trying our | 5764 | * number of bytes that were freed while we were trying our |