diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-28 06:05:13 -0500 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-12-17 08:51:50 -0500 |
commit | 52042d8e82ff50d40e76a275ac0b97aa663328b0 (patch) | |
tree | 58ba6c57c648c97b824ec2618f1e6964de3ee55b /fs/btrfs/dev-replace.c | |
parent | 1690dd41e0cb1dade80850ed8a3eb0121b96d22f (diff) |
btrfs: Fix typos in comments and strings
The typos accumulate over time so once in a while time they get fixed in
a large patch.
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Reviewed-by: David Sterba <dsterba@suse.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 6f7e890bf480..8750c835f535 100644 --- a/fs/btrfs/dev-replace.c +++ b/fs/btrfs/dev-replace.c | |||
@@ -991,7 +991,7 @@ int btrfs_dev_replace_is_ongoing(struct btrfs_dev_replace *dev_replace) | |||
991 | * something that can happen if the dev_replace | 991 | * something that can happen if the dev_replace |
992 | * procedure is suspended by an umount and then | 992 | * procedure is suspended by an umount and then |
993 | * the tgtdev is missing (or "btrfs dev scan") was | 993 | * the tgtdev is missing (or "btrfs dev scan") was |
994 | * not called and the the filesystem is remounted | 994 | * not called and the filesystem is remounted |
995 | * in degraded state. This does not stop the | 995 | * in degraded state. This does not stop the |
996 | * dev_replace procedure. It needs to be canceled | 996 | * dev_replace procedure. It needs to be canceled |
997 | * manually if the cancellation is wanted. | 997 | * manually if the cancellation is wanted. |