[PATCH] fix tevent doc

Michael Adam obnox at samba.org
Mon Sep 5 15:35:39 UTC 2016


Attached..

Review appreciated.

Thanks - Michael
-------------- next part --------------
From c9177300a7a7abd081fbe450ad43f2c648cafae0 Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox at samba.org>
Date: Mon, 5 Sep 2016 17:33:38 +0200
Subject: [PATCH] tevent: fix confused documentation

Signed-off-by: Michael Adam <obnox at samba.org>
---
 lib/tevent/tevent.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 64e2d98..7de04d0 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -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
 
-- 
2.7.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20160905/6f425d2b/signature.sig>


More information about the samba-technical mailing list