From 6d4fabbc7d13a1f49d2ec0b2274aa76cff4443b4 Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Tue, 29 Mar 2022 20:38:30 -0400 Subject: [PATCH] fixed typo --- mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm.h b/mm.h index d41eef7..105e227 100644 --- a/mm.h +++ b/mm.h @@ -9,7 +9,7 @@ extern void *mm_realloc(void *ptr, size_t size); /* * Students work in teams of one or two. Teams enter their team name, * personal names and login IDs in a struct of this - * type in their bits.c file. + * type in their mm.c file. */ typedef struct { char *teamname; /* ID1+ID2 or ID1 */