fix typo in inotify structure
authorRich Felker <dalias@aerifal.cx>
Sun, 20 Feb 2011 21:21:39 +0000 (16:21 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 20 Feb 2011 21:21:39 +0000 (16:21 -0500)
include/sys/inotify.h

index 59644ef..921a19c 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #include <stdint.h>
 
 struct inotify_event {
-       int we;
+       int wd;
        uint32_t mask, cookie, len;
        char name[];
 };