diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 20:23:12 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-03-14 15:05:02 +0100 |
commit | bb7ab3b92e46da06b580c6f83abe7894dc449cca (patch) | |
tree | 1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/volumes.c | |
parent | btrfs: Print Warning only if ENOSPC_DEBUG is enabled (diff) | |
download | linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.xz 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 '')
-rw-r--r-- | fs/btrfs/volumes.c | 4 |
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, |