aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ubsan.c')
-rw-r--r--lib/ubsan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ubsan.c b/lib/ubsan.c
index 4ee360e..bbefdad 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.
*
* Note that this file's documentation is pretty vague, as I don't know the ins
* and outs of the undefined behaviour sanitizer subsystem.
@@ -27,7 +27,7 @@ struct source_location {
/**
* Describes the type of undefined behaviour.
*
- * Currently largely unused, @todo implement better undefined behaviour bug
+ * Currently largely unused, \todo implement better undefined behaviour bug
* messages.
*/
struct type_descriptor {