Browse Source

Kconfig: typo: and -> an

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Michael Witten 14 years ago
parent
commit
6aaccece1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/notify/fanotify/Kconfig

+ 1 - 1
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.