tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data
authorKai Blin <kai@samba.org>
Wed, 17 Nov 2010 06:07:08 +0000 (07:07 +0100)
committerKai Blin <kai@samba.org>
Wed, 17 Nov 2010 07:23:51 +0000 (07:23 +0000)
Autobuild-User: Kai Blin <kai@samba.org>
Autobuild-Date: Wed Nov 17 07:23:51 UTC 2010 on sn-devel-104

lib/tevent/tevent.h

index 40fbbe6bf8f271461b8c2dd6296bb75107602d4d..82c14831e57671e895a8e417691676e2bf436820 100644 (file)
@@ -924,8 +924,6 @@ struct tevent_req *tevent_req_post(struct tevent_req *req,
  *
  * It is typically used by sync wrapper functions.
  *
- * This function destroys the attached private data.
- *
  * @param[in]  req      The request to poll.
  *
  * @return              The boolean form of "is in progress".