]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
fs: fix "writen"->"written"
authorXichao Zhao <zhao.xichao@vivo.com>
Fri, 8 Aug 2025 08:37:58 +0000 (16:37 +0800)
committerChristian Brauner <brauner@kernel.org>
Mon, 11 Aug 2025 12:52:25 +0000 (14:52 +0200)
Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Link: https://lore.kernel.org/20250808083758.229563-1-zhao.xichao@vivo.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namei.c

index cd43ff89fbaa38206db2aec4f097ca119819f92e..138a693c234614778dcbdfebd36581bd02162f54 100644 (file)
@@ -4828,7 +4828,7 @@ int vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap,
                return -EPERM;
        /*
         * Updating the link count will likely cause i_uid and i_gid to
-        * be writen back improperly if their true value is unknown to
+        * be written back improperly if their true value is unknown to
         * the vfs.
         */
        if (HAS_UNMAPPED_ID(idmap, inode))