]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix small typo
authorloli10K <ezomori.nozomu@gmail.com>
Sat, 29 Aug 2015 19:52:44 +0000 (21:52 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 30 Aug 2015 17:10:16 +0000 (10:10 -0700)
Add a missing space to the zfs_vdev_sync_write_min_active module
parameter description.

Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3714

module/zfs/vdev_queue.c

index fe3dc7ac0ba3f83c46ee148982da8d765666ac29..4a4544f29ed2d3024ca4381700f7b82828b21474 100644 (file)
@@ -831,5 +831,5 @@ MODULE_PARM_DESC(zfs_vdev_sync_write_max_active,
 
 module_param(zfs_vdev_sync_write_min_active, int, 0644);
 MODULE_PARM_DESC(zfs_vdev_sync_write_min_active,
-       "Min active sync write I/Osper vdev");
+       "Min active sync write I/Os per vdev");
 #endif