Skip to content

Commit

Permalink
examples/libpmem.fio: clean up example
Browse files Browse the repository at this point in the history
Spelling errors, typos, etc.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
axboe committed Nov 17, 2017
1 parent 4f1957b commit 2057aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/libpmem.fio
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ numjobs=1

#
# In case of 'scramble_buffers=1', the source buffer
# is rewritetten with a random value every write operations.
# is rewritten with a random value every write operations.
#
# But when 'scramble_buffers=0', the source buffer isn't rewritten.
# So it will be likely that he source buffer is on CPU cache and
# it seems to be high performance.
# But when 'scramble_buffers=0' is set, the source buffer isn't
# rewritten. So it will be likely that the source buffer is in CPU
# cache and it seems to be high performance.
#
scramble_buffers=0

Expand Down

0 comments on commit 2057aed

Please sign in to comment.