diff options
| author | Adam Buchbinder <[email protected]> | 2016-03-04 19:23:12 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2016-03-14 14:05:02 +0000 |
| commit | bb7ab3b92e46da06b580c6f83abe7894dc449cca (patch) | |
| tree | 1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/dev-replace.c | |
| parent | btrfs: Print Warning only if ENOSPC_DEBUG is enabled (diff) | |
| download | kernel-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.gz kernel-bb7ab3b92e46da06b580c6f83abe7894dc449cca.zip | |
btrfs: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <[email protected]>
Signed-off-by: David Sterba <[email protected]>
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) * not called and the the filesystem is remounted * in degraded state. This does not stop the * dev_replace procedure. It needs to be canceled - * manually if the cancelation is wanted. + * manually if the cancellation is wanted. */ break; } |
