diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 11:23:12 -0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-03-14 15:05:02 +0100 |
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: /* * This is tricky, but first we need to figure out how much we - * free'd from any free-ers that occured during this + * free'd from any free-ers that occurred during this * reservation, so we reset ->csum_bytes to the csum_bytes * before we dropped our lock, and then call the free for the * number of bytes that were freed while we were trying our |