diff --git a/[refs] b/[refs] index a5597be6af11..9f375beed409 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f48fc4d32e24c0b6a18aad30305d819bcc68c049 +refs/heads/master: 16642eb68216d8e0e136a99e514e9166e7125838 diff --git a/trunk/include/linux/bio.h b/trunk/include/linux/bio.h index 18fc4a281a7b..5175aa3103c6 100644 --- a/trunk/include/linux/bio.h +++ b/trunk/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.