summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/panic.h')
-rw-r--r--include/osmocom/core/panic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/panic.h b/include/osmocom/core/panic.h
index 5d575c4b..92c557fe 100644
--- a/include/osmocom/core/panic.h
+++ b/include/osmocom/core/panic.h
@@ -8,7 +8,7 @@
#include <stdarg.h>
-/*! \brief panic handler callback function type */
+/*! panic handler callback function type */
typedef void (*osmo_panic_handler_t)(const char *fmt, va_list args);
extern void osmo_panic(const char *fmt, ...);