examples/libpmem.fio: clean up example
authorJens Axboe <axboe@kernel.dk>
Fri, 17 Nov 2017 16:20:52 +0000 (09:20 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Nov 2017 16:20:52 +0000 (09:20 -0700)
Spelling errors, typos, etc.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
examples/libpmem.fio

index 17946cbec4fdd3ec4e4c8454d17a131175110a40..d44fcfa7e98dbe1494255ec4830d740666bfa09d 100644 (file)
@@ -18,11 +18,11 @@ numjobs=1
 
 #
 # In case of 'scramble_buffers=1', the source buffer
 
 #
 # 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
 
 #
 scramble_buffers=0