From 7c7fe554f40adac2a7f8d9b6d5886ca332edd496 Mon Sep 17 00:00:00 2001 From: Benjamin Wu Date: Sun, 9 Aug 2026 23:36:31 -0700 Subject: [PATCH] docs: fix grammatical error in iomap docs Change "This origins" -> "The origins" Signed-off-by: Benjamin Wu Link: https://patch.msgid.link/20260810063704.355933-1-benjamin.wu37@gmail.com Signed-off-by: Christian Brauner (Amutable) --- Documentation/filesystems/iomap/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/iomap/design.rst b/Documentation/filesystems/iomap/design.rst index 0f7672676c0b..681e0cbb6944 100644 --- a/Documentation/filesystems/iomap/design.rst +++ b/Documentation/filesystems/iomap/design.rst @@ -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?