aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-eventid-itf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-eventid-itf.h')
-rw-r--r--include/afb/afb-eventid-itf.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/afb/afb-eventid-itf.h b/include/afb/afb-eventid-itf.h
index 8da39902..0af36581 100644
--- a/include/afb/afb-eventid-itf.h
+++ b/include/afb/afb-eventid-itf.h
@@ -22,10 +22,9 @@ struct afb_eventid;
struct afb_eventid_itf;
/*
- * Interface for handling requests.
- * It records the functions to be called for the request.
+ * Interface for handling eventid.
+ * It records the functions to be called for the eventid.
* Don't use this structure directly.
- * Use the helper functions documented below.
*/
struct afb_eventid_itf
{
@@ -39,7 +38,7 @@ struct afb_eventid_itf
};
/*
- * Describes the request of afb-daemon for bindings
+ * Describes the eventid
*/
struct afb_eventid
{