diff --git a/src/mm-explicit.c b/src/mm-explicit.c
index 55b3a9f27aa37a7c59feead0fa4b04bd7e84e815..d586f0b44e9cf5aff278ef4824b03524335af9e8 100644
--- a/src/mm-explicit.c
+++ b/src/mm-explicit.c
@@ -1,8 +1,7 @@
 /*
- * mm-implicit.c - The best malloc package EVAR!
- * 
- * TODO (bug): mm_realloc and mm_calloc don't seem to be working...
- * TODO (bug): The allocator doesn't re-use space very well...
+ * mm-explicit.c - The best malloc package EVAR!
+ *
+ * TODO (bug): Uh..this is an implicit list???
  */
 
 #include <assert.h>
diff --git a/src/mm-implicit.c b/src/mm-implicit.c
index 735f53824b7bc3e993e08d4e742022e24fe6c52f..fc84bd217af5b8449875f551181e00b73e258509 100644
--- a/src/mm-implicit.c
+++ b/src/mm-implicit.c
@@ -1,7 +1,8 @@
 /*
- * mm-explicit.c - The best malloc package EVAR!
- * 
- * TODO (bug): Uh..this is an implicit list???
+ * mm-implicit.c - The best malloc package EVAR!
+ *
+ * TODO (bug): mm_realloc and mm_calloc don't seem to be working...
+ * TODO (bug): The allocator doesn't re-use space very well...
  */
 
 #include <assert.h>