summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-28 06:05:13 -0500
committerDavid Sterba <dsterba@suse.com>2018-12-17 08:51:50 -0500
commit52042d8e82ff50d40e76a275ac0b97aa663328b0 (patch)
tree58ba6c57c648c97b824ec2618f1e6964de3ee55b /fs/btrfs/backref.c
parent1690dd41e0cb1dade80850ed8a3eb0121b96d22f (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/backref.c')
-rw-r--r--fs/btrfs/backref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c
index 4a15f87dbbb4..78556447e1d5 100644
--- a/fs/btrfs/backref.c
+++ b/fs/btrfs/backref.c
@@ -591,7 +591,7 @@ unode_aux_to_inode_list(struct ulist_node *node)
591} 591}
592 592
593/* 593/*
594 * We maintain three seperate rbtrees: one for direct refs, one for 594 * We maintain three separate rbtrees: one for direct refs, one for
595 * indirect refs which have a key, and one for indirect refs which do not 595 * indirect refs which have a key, and one for indirect refs which do not
596 * have a key. Each tree does merge on insertion. 596 * have a key. Each tree does merge on insertion.
597 * 597 *
@@ -695,7 +695,7 @@ static int resolve_indirect_refs(struct btrfs_fs_info *fs_info,
695 } 695 }
696 696
697 /* 697 /*
698 * Now it's a direct ref, put it in the the direct tree. We must 698 * Now it's a direct ref, put it in the direct tree. We must
699 * do this last because the ref could be merged/freed here. 699 * do this last because the ref could be merged/freed here.
700 */ 700 */
701 prelim_ref_insert(fs_info, &preftrees->direct, ref, NULL); 701 prelim_ref_insert(fs_info, &preftrees->direct, ref, NULL);