summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
diff options
context:
space:
mode:
authorAdam Buchbinder2016-03-04 20:23:12 +0100
committerDavid Sterba2016-03-14 15:05:02 +0100
commitbb7ab3b92e46da06b580c6f83abe7894dc449cca (patch)
tree1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/volumes.c
parentbtrfs: Print Warning only if ENOSPC_DEBUG is enabled (diff)
downloadkernel-qcow2-linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.gz
kernel-qcow2-linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.xz
kernel-qcow2-linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.zip
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/volumes.c')
-rw-r--r--fs/btrfs/volumes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index 80857b4646c0..e2b54d546b7c 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -2749,7 +2749,7 @@ int btrfs_remove_chunk(struct btrfs_trans_handle *trans,
em->start + em->len < chunk_offset) {
/*
* This is a logic error, but we don't want to just rely on the
- * user having built with ASSERT enabled, so if ASSERT doens't
+ * user having built with ASSERT enabled, so if ASSERT doesn't
* do anything we still error out.
*/
ASSERT(0);
@@ -4119,7 +4119,7 @@ out:
* Callback for btrfs_uuid_tree_iterate().
* returns:
* 0 check succeeded, the entry is not outdated.
- * < 0 if an error occured.
+ * < 0 if an error occurred.
* > 0 if the check failed, which means the caller shall remove the entry.
*/
static int btrfs_check_uuid_tree_entry(struct btrfs_fs_info *fs_info,