Skip to content

Commit 8c2c254

Browse files
endriftjankara
authored andcommitted
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: Vicki Pfau <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
1 parent 9fe0c03 commit 8c2c254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/uapi/linux/fanotify.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#define FAN_ACCESS 0x00000001 /* File was accessed */
99
#define FAN_MODIFY 0x00000002 /* File was modified */
1010
#define FAN_ATTRIB 0x00000004 /* Metadata changed */
11-
#define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */
12-
#define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */
11+
#define FAN_CLOSE_WRITE 0x00000008 /* Writable file closed */
12+
#define FAN_CLOSE_NOWRITE 0x00000010 /* Unwritable file closed */
1313
#define FAN_OPEN 0x00000020 /* File was opened */
1414
#define FAN_MOVED_FROM 0x00000040 /* File was moved from X */
1515
#define FAN_MOVED_TO 0x00000080 /* File was moved to Y */

0 commit comments

Comments
 (0)