From 98571bee61e23bcfe1400d9ceaf432d8a84a77bb Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 25 Jul 2009 13:54:52 -0400 Subject: Update TODO items. --- src/memmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/memmap.c b/src/memmap.c index b8072ac..2524e8a 100644 --- a/src/memmap.c +++ b/src/memmap.c @@ -157,7 +157,7 @@ __malloc(struct zone_s *zone, u32 size) return (void*)newpos; } -// Allocate memory at the top of ram. +// Allocate memory at the top of 32bit ram. void * malloc_high(u32 size) { -- cgit v1.1