Commit 8c2c2549 authored by Vicki Pfau's avatar Vicki Pfau Committed by Jan Kara

fanotify: Fix misspelling of "writable"

Several file system notification system headers have "writable"
misspelled as "writtable" in the comments. This patch fixes it in the
fanotify header.
Signed-off-by: default avatarVicki Pfau <vi@endrift.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Message-Id: <20240306020831.1404033-3-vi@endrift.com>
parent 9fe0c03f
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
#define FAN_ACCESS 0x00000001 /* File was accessed */ #define FAN_ACCESS 0x00000001 /* File was accessed */
#define FAN_MODIFY 0x00000002 /* File was modified */ #define FAN_MODIFY 0x00000002 /* File was modified */
#define FAN_ATTRIB 0x00000004 /* Metadata changed */ #define FAN_ATTRIB 0x00000004 /* Metadata changed */
#define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ #define FAN_CLOSE_WRITE 0x00000008 /* Writable file closed */
#define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwritable file closed */
#define FAN_OPEN 0x00000020 /* File was opened */ #define FAN_OPEN 0x00000020 /* File was opened */
#define FAN_MOVED_FROM 0x00000040 /* File was moved from X */ #define FAN_MOVED_FROM 0x00000040 /* File was moved from X */
#define FAN_MOVED_TO 0x00000080 /* File was moved to Y */ #define FAN_MOVED_TO 0x00000080 /* File was moved to Y */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment