diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 23:00:55 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 23:00:55 +0300 |
| commit | 12be40e22aae582cca9abbd151031edaab800cae (patch) | |
| tree | 9a672c52b26357ba4c5ce07ca93b2d203594f36a /lib | |
| parent | b28fd7d9121c63ae6a1737d890414ef8cce177e0 (diff) | |
| download | kmi-12be40e22aae582cca9abbd151031edaab800cae.tar.gz kmi-12be40e22aae582cca9abbd151031edaab800cae.zip | |
start writing documentation
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ubsan.c | 2 |
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> |
