aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2010-04-18 21:36:34 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2010-04-18 21:36:34 +0000
commit3a482ccc5e0f656ad7bfec793e8c2c2881cb59a6 (patch)
tree3dfcfdbddd40259bc8643863b0b0d52931c01c1c /sys/boot
parent48ed64d02743ab188f7946d6f6627aa19b643a67 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/zfs/zfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/zfs/zfs.c b/sys/boot/zfs/zfs.c
index 52df7738ff35..99bb60a0696e 100644
--- a/sys/boot/zfs/zfs.c
+++ b/sys/boot/zfs/zfs.c
@@ -397,7 +397,7 @@ zfs_dev_init(void)
/*
* Open all the disks we can find and see if we can reconstruct
* ZFS pools from them. Bogusly assumes that the disks are named
- * diskN or diskNsM.
+ * diskN, diskNpM or diskNsM.
*/
zfs_init();
for (unit = 0; unit < 32 /* XXX */; unit++) {