tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data
[ira/wip.git] / 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".