OSDN Git Service

Doc fix.
authorMiles Bader <miles@lsi.nec.co.jp>
Fri, 30 Aug 2002 06:00:00 +0000 (06:00 -0000)
committerMiles Bader <miles@lsi.nec.co.jp>
Fri, 30 Aug 2002 06:00:00 +0000 (06:00 -0000)
libc/stdlib/malloc/heap_free.c

index ad8de51..a4b5259 100644 (file)
@@ -37,7 +37,7 @@ __heap_free (struct heap *heap, void *mem, size_t size)
       break;
 
   if (fa && HEAP_FREE_AREA_START (fa) <= end)
-    /* The free-list FA is adjacent to the new block, merge them.  */
+    /* The free-area FA is adjacent to the new block, merge them.  */
     {
       size_t fa_size = fa->size + size;