diff options
author | Nicholas D Steeves <nsteeves@gmail.com> | 2016-05-19 21:18:45 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-05-25 22:35:14 +0200 |
commit | 0132761017e012ab4dc8584d679503f2ba26ca86 (patch) | |
tree | a81760d104ee6307d79ba5cf85460afa18a3df21 /fs/btrfs/check-integrity.c | |
parent | 210aa27768bec4297a9d6ad0e5cab45935c775e9 (diff) | |
download | linux-0132761017e012ab4dc8584d679503f2ba26ca86.tar.gz linux-0132761017e012ab4dc8584d679503f2ba26ca86.tar.bz2 linux-0132761017e012ab4dc8584d679503f2ba26ca86.zip |
btrfs: fix string and comment grammatical issues and typos
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/check-integrity.c')
-rw-r--r-- | fs/btrfs/check-integrity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/check-integrity.c b/fs/btrfs/check-integrity.c index 516e19d1d202..b677a6ea6001 100644 --- a/fs/btrfs/check-integrity.c +++ b/fs/btrfs/check-integrity.c @@ -1939,7 +1939,7 @@ again: /* * Clear all references of this block. Do not free * the block itself even if is not referenced anymore - * because it still carries valueable information + * because it still carries valuable information * like whether it was ever written and IO completed. */ list_for_each_entry_safe(l, tmp, &block->ref_to_list, |