From: Alberto Bertogli Date: Mon, 5 Jan 2009 09:18:53 +0000 (+0100) Subject: Fix small typo in bio.h's documentation X-Git-Tag: v2.6.29-rc4~90^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=16642eb68216d8e0e136a99e514e9166e7125838;p=karo-tx-linux.git Fix small typo in bio.h's documentation Signed-off-by: Alberto Bertogli Signed-off-by: Jens Axboe --- diff --git a/include/linux/bio.h b/include/linux/bio.h index 18fc4a281a7b..5175aa3103c6 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -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.