diff options
| author | Justin P. Mattock <[email protected]> | 2011-05-10 08:16:21 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2011-05-10 08:16:21 +0000 |
| commit | 70f23fd66bc821a0e99647f70a809e277cc93c4c (patch) | |
| tree | 3e768b77e63c6364ef32cf257c9449369afd215f /fs/btrfs/relocation.c | |
| parent | regulator: change debug statement be consistent with the style of the rest (diff) | |
| download | kernel-70f23fd66bc821a0e99647f70a809e277cc93c4c.tar.gz kernel-70f23fd66bc821a0e99647f70a809e277cc93c4c.zip | |
treewide: fix a few typos in comments
- kenrel -> kernel
- whetehr -> whether
- ttt -> tt
- sss -> ss
Signed-off-by: Justin P. Mattock <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'fs/btrfs/relocation.c')
| -rw-r--r-- | fs/btrfs/relocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 199a80134312..f340f7c99d09 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c @@ -709,7 +709,7 @@ again: WARN_ON(cur->checked); if (!list_empty(&cur->upper)) { /* - * the backref was added previously when processsing + * the backref was added previously when processing * backref of type BTRFS_TREE_BLOCK_REF_KEY */ BUG_ON(!list_is_singular(&cur->upper)); |
