diff options
author | bnjf <[email protected]> | 2019-06-13 06:03:33 +1000 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2019-09-25 11:27:47 -0700 |
commit | fe11968bbfb6bd825790a51228483f51b3d30d1f (patch) | |
tree | a8ca11c9a9fd149ba738f673daae5701c0dcd072 /module | |
parent | 4be4dedb9f50edb35b18db4eef5c277bd93d23fa (diff) |
Fix typo in vdev_raidz_math.c
Fix typo in vdev_raidz_math.c
Reviewed by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brad Forschinger <[email protected]>
Closes #8875
Closes #8880
Diffstat (limited to 'module')
-rw-r--r-- | module/zfs/vdev_raidz_math.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |