Jinay Jain <jinaybjain@xxxxxxxxx> writes: > Fixed a small typo in the documentation for multi-queue block IO. > > Signed-off-by: Jinay Jain <jinaybjain@xxxxxxxxx> > --- > Documentation/block/blk-mq.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst > index d96118c73954..31f52f326971 100644 > --- a/Documentation/block/blk-mq.rst > +++ b/Documentation/block/blk-mq.rst > @@ -54,7 +54,7 @@ layer or if we want to try to merge requests. In both cases, requests will be > sent to the software queue. > > Then, after the requests are processed by software queues, they will be placed > -at the hardware queue, a second stage queue were the hardware has direct access > +at the hardware queue, a second stage queue where the hardware has direct access > to process those requests. However, if the hardware does not have enough Applied, thanks. jon