david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This commit is contained in:
Michael Brown 2007-01-12 01:37:38 +00:00
parent e4c6418ac0
commit 6c894c2a2e
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ void * malloc ( size_t size ) {
/** /**
* Free memory * Free memory
* *
* @v size Memory allocated by malloc(), or NULL * @v ptr Memory allocated by malloc(), or NULL
* *
* Memory allocated with malloc_dma() cannot be freed with free(); it * Memory allocated with malloc_dma() cannot be freed with free(); it
* must be freed with free_dma() instead. * must be freed with free_dma() instead.