Commit 16642eb6 authored by Alberto Bertogli's avatar Alberto Bertogli Committed by Jens Axboe

Fix small typo in bio.h's documentation

Signed-off-by: default avatarAlberto Bertogli <albertito@blitiri.com.ar>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent f48fc4d3
......@@ -144,7 +144,7 @@ struct bio {
* bit 1 -- rw-ahead when set
* bit 2 -- barrier
* Insert a serialization point in the IO queue, forcing previously
* submitted IO to be completed before this oen is issued.
* submitted IO to be completed before this one is issued.
* bit 3 -- synchronous I/O hint: the block layer will unplug immediately
* Note that this does NOT indicate that the IO itself is sync, just
* that the block layer will not postpone issue of this IO by plugging.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment