aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ubsan.c')
-rw-r--r--lib/ubsan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ubsan.c b/lib/ubsan.c
index 0d92fb7..f1b46d4 100644
--- a/lib/ubsan.c
+++ b/lib/ubsan.c
@@ -3,7 +3,7 @@
* Tiny undefined behaviour sanitizer, mostly lifted from
* https://github.com/Abb1x/tinyubsan/blob/master/src/tinyubsan.c
*
- * \todo: Add in more runtime info.
+ * \todo Add in more runtime info.
*/
#include <apos/types.h>