Documentation: Fix simple typo on filesystems/porting.rst
authorCarlos Maiolino <cmaiolino@redhat.com>
Fri, 13 Dec 2024 15:17:40 +0000 (16:17 +0100)
committerJonathan Corbet <corbet@lwn.net>
Fri, 13 Dec 2024 15:35:49 +0000 (08:35 -0700)
Just spotted this while reading the doc.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241213151743.23435-1-cem@kernel.org
Documentation/filesystems/porting.rst

index 9ab2a3d6f2b47ba2acfde51ff40d06d1c8b099bb..c1c1210552047cf4412256b604bee1b278c76877 100644 (file)
@@ -313,7 +313,7 @@ done.
 
 **mandatory**
 
-block truncatation on error exit from ->write_begin, and ->direct_IO
+block truncation on error exit from ->write_begin, and ->direct_IO
 moved from generic methods (block_write_begin, cont_write_begin,
 nobh_write_begin, blockdev_direct_IO*) to callers.  Take a look at
 ext2_write_failed and callers for an example.