Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fsnotify: fix "rewriten"->"rewritten"

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>

authored by

Xichao Zhao and committed by
Jan Kara
6746c36c fab1beda

+1 -1
+1 -1
fs/notify/inotify/inotify_fsnotify.c
··· 10 10 * Copyright 2006 Hewlett-Packard Development Company, L.P. 11 11 * 12 12 * Copyright (C) 2009 Eric Paris <Red Hat Inc> 13 - * inotify was largely rewriten to make use of the fsnotify infrastructure 13 + * inotify was largely rewritten to make use of the fsnotify infrastructure 14 14 */ 15 15 16 16 #include <linux/dcache.h> /* d_unlinked */