Revert "feature"
[metze/samba/wip.git] / lib / tevent / tevent.h
index 64e2d9836c91ccf2185fcdadecdecd50f399088e..7de04d03896c17958d1ad9cc94a3bfdae44dedf2 100644 (file)
@@ -465,11 +465,11 @@ void tevent_set_abort_fn(void (*abort_fn)(const char *reason));
 /* bits for file descriptor event flags */
 
 /**
- * Monitor a file descriptor for write availability
+ * Monitor a file descriptor for data to be read
  */
 #define TEVENT_FD_READ 1
 /**
- * Monitor a file descriptor for data to be read
+ * Monitor a file descriptor for writeability
  */
 #define TEVENT_FD_WRITE 2