mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Fix typo
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user