From: Xichao Zhao Date: Fri, 8 Aug 2025 08:37:58 +0000 (+0800) Subject: fs: fix "writen"->"written" X-Git-Tag: v6.18-rc1~242^2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7d812357e40ef3ce1c0dcdd929590f1dbc6c344;p=thirdparty%2Flinux.git fs: fix "writen"->"written" Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao Link: https://lore.kernel.org/20250808083758.229563-1-zhao.xichao@vivo.com Signed-off-by: Christian Brauner --- diff --git a/fs/namei.c b/fs/namei.c index cd43ff89fbaa3..138a693c23461 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -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))