From 5370bfb123266ab5716f321e43d3f8f6da7d7143 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Sep 2009 02:58:59 +0200 Subject: documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) Signed-off-by: Denys Vlasenko --- miscutils/inotifyd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'miscutils/inotifyd.c') diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c index d6b5d246b..999b5e309 100644 --- a/miscutils/inotifyd.c +++ b/miscutils/inotifyd.c @@ -34,8 +34,8 @@ static const char mask_names[] ALIGN1 = "a" // 0x00000001 File was accessed "c" // 0x00000002 File was modified "e" // 0x00000004 Metadata changed - "w" // 0x00000008 Writtable file was closed - "0" // 0x00000010 Unwrittable file closed + "w" // 0x00000008 Writable file was closed + "0" // 0x00000010 Unwritable file closed "r" // 0x00000020 File was opened "m" // 0x00000040 File was moved from X "y" // 0x00000080 File was moved to Y -- cgit v1.2.3