docs: fix grammatical error in iomap docs

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>
This commit is contained in:
Benjamin Wu
2026-08-09 23:36:31 -07:00
committed by Christian Brauner
parent 9abed87b07
commit 7c7fe554f4

View 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?