]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
fsnotify: fix "rewriten"->"rewritten"
authorXichao Zhao <zhao.xichao@vivo.com>
Fri, 8 Aug 2025 08:42:13 +0000 (16:42 +0800)
committerJan Kara <jack@suse.cz>
Tue, 2 Sep 2025 12:37:33 +0000 (14:37 +0200)
Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Link: https://patch.msgid.link/20250808084213.230592-1-zhao.xichao@vivo.com
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/inotify/inotify_fsnotify.c

index cd7d11b0eb08b61f0e2d7bf3194516b422ec13df..7c326ec2e8a8caca235c42004ea07b249deec87a 100644 (file)
@@ -10,7 +10,7 @@
  * Copyright 2006 Hewlett-Packard Development Company, L.P.
  *
  * Copyright (C) 2009 Eric Paris <Red Hat Inc>
- * inotify was largely rewriten to make use of the fsnotify infrastructure
+ * inotify was largely rewritten to make use of the fsnotify infrastructure
  */
 
 #include <linux/dcache.h> /* d_unlinked */