docs: block: blk-mq.rst: correct places -> place
authorKuan-Wei Chiu <visitorckw@gmail.com>
Sat, 2 Sep 2023 16:41:21 +0000 (00:41 +0800)
committerJonathan Corbet <corbet@lwn.net>
Fri, 22 Sep 2023 11:30:21 +0000 (05:30 -0600)
Corrected a typo in the blk-mq.rst documentation where 'places' was
incorrectly used instead of 'place'.

Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20230902164121.2653109-1-visitorckw@gmail.com>

Documentation/block/blk-mq.rst

index 31f52f32697140cb01f5cfed5bb1eb2f8e4515c6..fc06761b6ea9065005c6a765de16d05f3f7d67fa 100644 (file)
@@ -56,7 +56,7 @@ 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 where the hardware has direct access
 to process those requests. However, if the hardware does not have enough
-resources to accept more requests, blk-mq will places requests on a temporary
+resources to accept more requests, blk-mq will place requests on a temporary
 queue, to be sent in the future, when the hardware is able.
 
 Software staging queues