diff options
author | bnjf <[email protected]> | 2019-06-13 06:03:33 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-06-12 13:03:33 -0700 |
commit | 10269e02f9d0feef815a83d718728b51a9633d16 (patch) | |
tree | 0830028d9a6b1cbb82cf557e9adb017386151003 /module/zfs/vdev_raidz_math.c | |
parent | 5662fd57941d020e23160b271dc27f254fb5a3c6 (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/zfs/vdev_raidz_math.c')
-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 */ |