diff options
author | imp <imp@FreeBSD.org> | 2010-03-02 20:20:53 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-03-02 20:20:53 +0000 |
commit | f5ff22de2036318ec9c949a84c80041098e7f550 (patch) | |
tree | 939e4c6207b25f51d48f46706fe42a6fb58e8878 /sys/boot/zfs/zfs.c | |
parent | 29fa2fd52f20d24789e217a84210b5164a5ecc6d (diff) | |
parent | ce11b17db82815ff8f3d9a6698359d04ebd3615f (diff) | |
download | FreeBSD-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.c | 2 |
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++) { |