summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
diff options
context:
space:
mode:
authorAdam Buchbinder2016-03-04 20:23:12 +0100
committerDavid Sterba2016-03-14 15:05:02 +0100
commitbb7ab3b92e46da06b580c6f83abe7894dc449cca (patch)
tree1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/check-integrity.c
parentbtrfs: Print Warning only if ENOSPC_DEBUG is enabled (diff)
downloadkernel-qcow2-linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.gz
kernel-qcow2-linux-bb7ab3b92e46da06b580c6f83abe7894dc449cca.tar.xz
kernel-qcow2-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.c2
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