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

Kconfig: typo: and -> an

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Michael Witten and committed by
Jiri Kosina
6aaccece bf01ca1b

+1 -1
+1 -1
fs/notify/fanotify/Kconfig
··· 6 6 ---help--- 7 7 Say Y here to enable fanotify suport. fanotify is a file access 8 8 notification system which differs from inotify in that it sends 9 - and open file descriptor to the userspace listener along with 9 + an open file descriptor to the userspace listener along with 10 10 the event. 11 11 12 12 If unsure, say Y.