summaryrefslogtreecommitdiffstats
path: root/src/utils/signals.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/signals.hpp')
-rw-r--r--src/utils/signals.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/signals.hpp b/src/utils/signals.hpp
index cee5505d..ed9de83f 100644
--- a/src/utils/signals.hpp
+++ b/src/utils/signals.hpp
@@ -34,7 +34,7 @@ std::mutex& get_subscribed_signals_mutex();
/**
* @brief return the subscribed_signals map.
*
- * return std::map<std::string, struct afb_event> - map of subscribed signals.
+ * return Map of subscribed signals.
*/
extern std::map<std::string, struct afb_event> subscribed_signals;
std::map<std::string, struct afb_event>& get_subscribed_signals();