aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-01-11 14:11:14 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-01-11 14:11:14 +0000
commit79f717591c7465f7e5d93d7eb899783f6a057a2b (patch)
treecf8f8b074b221ac2369160e19623c0f5cd4d41c7 /tools
parentdc2f4d7f5fc8309d9e48b85811e241bd95a44048 (diff)
downloadsrc-79f717591c7465f7e5d93d7eb899783f6a057a2b.tar.gz
src-79f717591c7465f7e5d93d7eb899783f6a057a2b.zip
Fix incorrect comment.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=140069
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/geom_raid3/test-1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/geom_raid3/test-1.sh b/tools/regression/geom_raid3/test-1.sh
index 7c116ad4686a..1de5420ac400 100644
--- a/tools/regression/geom_raid3/test-1.sh
+++ b/tools/regression/geom_raid3/test-1.sh
@@ -13,7 +13,7 @@ mdconfig -a -t malloc -s 3M -u $us2 || exit 1
graid3 label $name /dev/md${us0} /dev/md${us1} /dev/md${us2} || exit 1
-# Size of created device should be 1MB - 512b.
+# Size of created device should be 2MB - 1024B.
mediasize=`diskinfo /dev/raid3/${name} | awk '{print $3}'`
if [ $mediasize -eq 2096128 ]; then