From: Benjamin Wu Date: Mon, 10 Aug 2026 06:36:31 +0000 (-0700) Subject: docs: fix grammatical error in iomap docs X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7c7fe554f40adac2a7f8d9b6d5886ca332edd496;p=thirdparty%2Flinux.git 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) --- diff --git a/Documentation/filesystems/iomap/design.rst b/Documentation/filesystems/iomap/design.rst index 0f7672676c0ba..681e0cbb69441 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?