From 2057aedd327b08f391e38e9a843dd0b14d625321 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 17 Nov 2017 09:20:52 -0700 Subject: [PATCH 1/1] examples/libpmem.fio: clean up example Spelling errors, typos, etc. Signed-off-by: Jens Axboe --- examples/libpmem.fio | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/libpmem.fio b/examples/libpmem.fio index 17946cbe..d44fcfa7 100644 --- a/examples/libpmem.fio +++ b/examples/libpmem.fio @@ -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 -- 2.25.1