diff options
Diffstat (limited to 'src/libfast/dispatcher.h')
-rw-r--r-- | src/libfast/dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfast/dispatcher.h b/src/libfast/dispatcher.h index 93c6026c6..16223fe76 100644 --- a/src/libfast/dispatcher.h +++ b/src/libfast/dispatcher.h @@ -90,7 +90,7 @@ struct dispatcher_t { controller_constructor_t constructor, void *param); /** - * @brief Add a filter to the dispatcher. + * Add a filter to the dispatcher. * * @param constructor constructor to create filter in session * @param param param to pass to constructor |