fixed typo

This commit is contained in:
Godmar Back 2022-03-29 20:38:30 -04:00
parent 69eac96b13
commit 6d4fabbc7d

2
mm.h
View File

@ -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 */