diff options
Diffstat (limited to 'include/afb/afb-event-itf.h')
-rw-r--r-- | include/afb/afb-event-itf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-event-itf.h b/include/afb/afb-event-itf.h index 47ffa387..b89b9415 100644 --- a/include/afb/afb-event-itf.h +++ b/include/afb/afb-event-itf.h @@ -35,7 +35,7 @@ struct afb_event_itf { }; /* - * Describes the request by plugins from afb-daemon + * Describes the request of afb-daemon for bindings */ struct afb_event { const struct afb_event_itf *itf; /* the interface to use */ |