diff options
Diffstat (limited to 'umalloc.c')
-rw-r--r-- | umalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ #include "user.h" #include "param.h" -// Memory allocator by Kernighan and Ritchie, The C programming Language, -// 2nd ed. Section 8.7. +// Memory allocator by Kernighan and Ritchie, +// The C programming Language, 2nd ed. Section 8.7. typedef long Align; |