From 3f50fb488573a09a5d83457061f9ac44e1f69d80 Mon Sep 17 00:00:00 2001
From: "csander@caltech.edu" <csander@caltech.edu>
Date: Tue, 27 Oct 2020 05:11:27 +0000
Subject: [PATCH] Fix header comments

---
 src/mm-explicit.c | 7 +++----
 src/mm-implicit.c | 7 ++++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/mm-explicit.c b/src/mm-explicit.c
index 55b3a9f..d586f0b 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 735f538..fc84bd2 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>
-- 
GitLab