From: Xichao Zhao Date: Fri, 8 Aug 2025 08:42:13 +0000 (+0800) Subject: fsnotify: fix "rewriten"->"rewritten" X-Git-Tag: v6.18-rc1~119^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6746c36c94dd5e6f82801cd844a750a5c3b89979;p=thirdparty%2Fkernel%2Flinux.git fsnotify: fix "rewriten"->"rewritten" Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao Link: https://patch.msgid.link/20250808084213.230592-1-zhao.xichao@vivo.com Signed-off-by: Jan Kara --- diff --git a/fs/notify/inotify/inotify_fsnotify.c b/fs/notify/inotify/inotify_fsnotify.c index cd7d11b0eb08b..7c326ec2e8a8c 100644 --- a/fs/notify/inotify/inotify_fsnotify.c +++ b/fs/notify/inotify/inotify_fsnotify.c @@ -10,7 +10,7 @@ * Copyright 2006 Hewlett-Packard Development Company, L.P. * * Copyright (C) 2009 Eric Paris - * inotify was largely rewriten to make use of the fsnotify infrastructure + * inotify was largely rewritten to make use of the fsnotify infrastructure */ #include /* d_unlinked */