]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: fix grammatical error in iomap docs
authorBenjamin Wu <benjamin.wu37@gmail.com>
Mon, 10 Aug 2026 06:36:31 +0000 (23:36 -0700)
committerChristian Brauner <brauner@kernel.org>
Wed, 12 Aug 2026 07:17:07 +0000 (09:17 +0200)
Change "This origins" -> "The origins"

Signed-off-by: Benjamin Wu <benjamin.wu37@gmail.com>
Link: https://patch.msgid.link/20260810063704.355933-1-benjamin.wu37@gmail.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Documentation/filesystems/iomap/design.rst

index 0f7672676c0bad2d9668e17644c9dc6beb3c9c46..681e0cbb694416d92028a86e6ae75e4caa284be2 100644 (file)
@@ -43,7 +43,7 @@ as:
  * lseek ``SEEK_DATA`` and ``SEEK_HOLE``
  * swapfile activation
 
-This origins of this library is the file I/O path that XFS once used; it
+The origins of this library is the file I/O path that XFS once used; it
 has now been extended to cover several other operations.
 
 Who Should Read This?