Skip to content

Commit

Permalink
Fix small typo in bio.h's documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Bertogli <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
albertito authored and Jens Axboe committed Jan 30, 2009
1 parent f48fc4d commit 16642eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/bio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 16642eb

Please sign in to comment.