aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-01-07 21:58:06 +0900
committerJiri Kosina <jkosina@suse.cz>2014-01-07 15:06:07 +0100
commit8faaaead62c3c7394fa6302303ce70e484b509ba (patch)
treeca56352b1313ccbbc3846e132ab1209b50c85e65 /fs/btrfs/tests
parentIXP4xx: remove '1 &&' from a condition check in ixp4xx_restart() (diff)
downloadlinux-dev-8faaaead62c3c7394fa6302303ce70e484b509ba.tar.xz
linux-dev-8faaaead62c3c7394fa6302303ce70e484b509ba.zip
treewide: fix comments and printk msgs
This patch fixed several typo in printk from various part of kernel source. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/btrfs/tests')
-rw-r--r--fs/btrfs/tests/free-space-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tests/free-space-tests.c b/fs/btrfs/tests/free-space-tests.c
index 790f118c3277..c8d9ddf84c69 100644
--- a/fs/btrfs/tests/free-space-tests.c
+++ b/fs/btrfs/tests/free-space-tests.c
@@ -266,7 +266,7 @@ static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache)
}
if (test_check_exists(cache, 512 * 1024, 3 * 1024 * 1024)) {
- test_msg("Left over peices after removing overlapping\n");
+ test_msg("Left over pieces after removing overlapping\n");
return -1;
}