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/dev-replace.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/dev-replace.c')
-rw-r--r-- | fs/btrfs/dev-replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index ff2db7a6c894..a1d6652e0c47 100644 --- a/fs/btrfs/dev-replace.c +++ b/fs/btrfs/dev-replace.c | |||
@@ -858,7 +858,7 @@ int btrfs_dev_replace_is_ongoing(struct btrfs_dev_replace *dev_replace) | |||
858 | * not called and the the filesystem is remounted | 858 | * not called and the the filesystem is remounted |
859 | * in degraded state. This does not stop the | 859 | * in degraded state. This does not stop the |
860 | * dev_replace procedure. It needs to be canceled | 860 | * dev_replace procedure. It needs to be canceled |
861 | * manually if the cancelation is wanted. | 861 | * manually if the cancellation is wanted. |
862 | */ | 862 | */ |
863 | break; | 863 | break; |
864 | } | 864 | } |