treewide: Fix typo in Documentation/DocBook
[linux-block.git] / block / blk-core.c
index 8bdd0121212a51a1dba3c568c5a6a3e070447318..cd0158163fe004a19d2a656c0eb5cb76559b864c 100644 (file)
@@ -1900,7 +1900,7 @@ EXPORT_SYMBOL(submit_bio);
  *    in some cases below, so export this function.
  *    Request stacking drivers like request-based dm may change the queue
  *    limits while requests are in the queue (e.g. dm's table swapping).
- *    Such request stacking drivers should check those requests agaist
+ *    Such request stacking drivers should check those requests against
  *    the new queue limits again when they dispatch those requests,
  *    although such checkings are also done against the old queue limits
  *    when submitting requests.