From: bnjf Date: Wed, 12 Jun 2019 20:03:33 +0000 (+1000) Subject: Fix typo in vdev_raidz_math.c X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10269e02f9d0feef815a83d718728b51a9633d16;p=zfs Fix typo in vdev_raidz_math.c Fix typo in vdev_raidz_math.c Reviewed by: Brian Behlendorf Reviewed-by: George Melikov Signed-off-by: Brad Forschinger Closes #8875 Closes #8880 --- diff --git a/module/zfs/vdev_raidz_math.c b/module/zfs/vdev_raidz_math.c index e6112bc02..3ef67768f 100644 --- a/module/zfs/vdev_raidz_math.c +++ b/module/zfs/vdev_raidz_math.c @@ -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 */