diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 14:23:12 -0500 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-03-14 10:05:02 -0400 |
commit | bb7ab3b92e46da06b580c6f83abe7894dc449cca (patch) | |
tree | 1866173af306c65ff09f6933fa1c36d1e7ace8ff /fs/btrfs/tree-log.c | |
parent | 2e3fcb1ccdbe7918006d509a531fcf8c9b10e9f8 (diff) |
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/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index eafdb965c206..24d03c751149 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -1046,7 +1046,7 @@ again: | |||
1046 | 1046 | ||
1047 | /* | 1047 | /* |
1048 | * NOTE: we have searched root tree and checked the | 1048 | * NOTE: we have searched root tree and checked the |
1049 | * coresponding ref, it does not need to check again. | 1049 | * corresponding ref, it does not need to check again. |
1050 | */ | 1050 | */ |
1051 | *search_done = 1; | 1051 | *search_done = 1; |
1052 | } | 1052 | } |