diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 11:23:12 -0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-03-14 15:05:02 +0100 |
commit | bb7ab3b92e46da06b580c6f83abe7894dc449cca (patch) | |
tree | 1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/check-integrity.c | |
parent | 2e3fcb1ccdbe7918006d509a531fcf8c9b10e9f8 (diff) | |
download | linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.gz linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.bz2 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 '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 9d226b5d6358..e34a71b3e225 100644 --- a/fs/btrfs/check-integrity.c +++ b/fs/btrfs/check-integrity.c @@ -178,7 +178,7 @@ struct btrfsic_block { * Elements of this type are allocated dynamically and required because * each block object can refer to and can be ref from multiple blocks. * The key to lookup them in the hashtable is the dev_bytenr of - * the block ref to plus the one from the block refered from. + * the block ref to plus the one from the block referred from. * The fact that they are searchable via a hashtable and that a * ref_cnt is maintained is not required for the btrfs integrity * check algorithm itself, it is only used to make the output more |