Update TODO items.
[seabios.git] / src / memmap.c
index b8072ac927737c3cf0ba4b28ae50e9257a1b0900..2524e8a8b6ebd6a7970020ef34bbc22ef7f04fdf 100644 (file)
@@ -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)
 {