aboutsummaryrefslogtreecommitdiff
path: root/common/pmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/pmem.c')
-rw-r--r--common/pmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pmem.c b/common/pmem.c
index e8aaba3..dae26ea 100644
--- a/common/pmem.c
+++ b/common/pmem.c
@@ -16,10 +16,10 @@
* certain page order and freeing it as another could easily be a
* source of difficult to track bugs.
*
- * @todo More in depth documentation about the physical memory algorithms,
+ * \todo More in depth documentation about the physical memory algorithms,
* unfortunately it is quite difficult to follow.
*
- * @todo See if there are improvements to be made, either to the implementation
+ * \todo See if there are improvements to be made, either to the implementation
* or code in general. Could I use bitmaps, for example, and maybe calculate the
* next pointer instead of storing it?
*/