Skip to content

Commit

Permalink
fix typo in vdev_raidz_math.c
Browse files Browse the repository at this point in the history
As discussed in #8875

Signed-off-by: Brad Forschinger <github@bnjf.id.au>
  • Loading branch information
bnjf committed Jun 12, 2019
1 parent b873825 commit 69f65cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/vdev_raidz_math.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 69f65cb

Please sign in to comment.