]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix typo in vdev_raidz_math.c
authorbnjf <bnjf@users.noreply.github.com>
Wed, 12 Jun 2019 20:03:33 +0000 (06:03 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 12 Jun 2019 20:03:33 +0000 (13:03 -0700)
Fix typo in vdev_raidz_math.c

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brad Forschinger <github@bnjf.id.au>
Closes #8875
Closes #8880

module/zfs/vdev_raidz_math.c

index e6112bc0213730fb0f82a2d6b614f329d687fba8..3ef67768f9161356f4c591be50ffa1b541e19913 100644 (file)
@@ -472,7 +472,7 @@ vdev_raidz_math_init(void)
        return;
 #endif
 
-       /* Fake an zio and run the benchmark on a warmed up buffer */
+       /* Fake a zio and run the benchmark on a warmed up buffer */
        bench_zio = kmem_zalloc(sizeof (zio_t), KM_SLEEP);
        bench_zio->io_offset = 0;
        bench_zio->io_size = BENCH_ZIO_SIZE; /* only data columns */