summaryrefslogtreecommitdiffstats
path: root/sys/boot/zfs/zfs.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-03-02 20:20:53 +0000
committerimp <imp@FreeBSD.org>2010-03-02 20:20:53 +0000
commitf5ff22de2036318ec9c949a84c80041098e7f550 (patch)
tree939e4c6207b25f51d48f46706fe42a6fb58e8878 /sys/boot/zfs/zfs.c
parent29fa2fd52f20d24789e217a84210b5164a5ecc6d (diff)
parentce11b17db82815ff8f3d9a6698359d04ebd3615f (diff)
downloadFreeBSD-src-f5ff22de2036318ec9c949a84c80041098e7f550.zip
FreeBSD-src-f5ff22de2036318ec9c949a84c80041098e7f550.tar.gz
Merge with latest head.
Diffstat (limited to 'sys/boot/zfs/zfs.c')
-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 52df773..99bb60a 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++) {
OpenPOWER on IntegriCloud