summaryrefslogtreecommitdiffstats
path: root/src/pseudotalloc/pseudotalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pseudotalloc/pseudotalloc.c')
-rw-r--r--src/pseudotalloc/pseudotalloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pseudotalloc/pseudotalloc.c b/src/pseudotalloc/pseudotalloc.c
index bc7a4910..b77ffe9e 100644
--- a/src/pseudotalloc/pseudotalloc.c
+++ b/src/pseudotalloc/pseudotalloc.c
@@ -1,7 +1,7 @@
-/* overly simplistic talloc replacement for deeply embedded
+/*! \file pseudotalloc.c
+ * overly simplistic talloc replacement for deeply embedded
* microcontrollers. Obviously this has none of the properties of real
- * talloc, it is particualrly not hierarchical at all */
-
+ * talloc, it is particualrly not hierarchical at all. */
#include "talloc.h"
#include <string.h>