From: Michael Witten Date: Mon, 1 Nov 2010 17:50:12 +0000 (+0000) Subject: Kconfig: typo: and -> an X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6aaccece1c483f189f76f1282b3984ff4c7ecb0a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Kconfig: typo: and -> an Signed-off-by: Michael Witten Signed-off-by: Jiri Kosina --- diff --git a/fs/notify/fanotify/Kconfig b/fs/notify/fanotify/Kconfig index 3ac36b7bf6b9..7dceff005a67 100644 --- a/fs/notify/fanotify/Kconfig +++ b/fs/notify/fanotify/Kconfig @@ -6,7 +6,7 @@ config FANOTIFY ---help--- Say Y here to enable fanotify suport. fanotify is a file access notification system which differs from inotify in that it sends - and open file descriptor to the userspace listener along with + an open file descriptor to the userspace listener along with the event. If unsure, say Y.