From 0a7f14100751022a9ebcaa8dd36baf25b020e992 Mon Sep 17 00:00:00 2001 From: Noah Massey Date: Wed, 30 Nov 2016 15:48:20 -0500 Subject: [PATCH] btrfs-progs: docs: fix typo in mkfs manual page Signed-off-by: Noah Massey Signed-off-by: David Sterba --- Documentation/mkfs.btrfs.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/mkfs.btrfs.asciidoc b/Documentation/mkfs.btrfs.asciidoc index acfd42c0..46a4d2d5 100644 --- a/Documentation/mkfs.btrfs.asciidoc +++ b/Documentation/mkfs.btrfs.asciidoc @@ -258,7 +258,7 @@ There are the following block group types available: | RAID6 | 1 | 2 | 3 to N - 2 | 3/any ^(see note 3)^ |============================================================= -WARNING: It's not recommended to build btrfs with RAID0/1/10/5/6 prfiles on +WARNING: It's not recommended to build btrfs with RAID0/1/10/5/6 profiles on partitions from the same device. Neither redundancy nor performance will be improved.