http://git.etherboot.org
/
people
/
holger
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo
[people/holger/gpxe.git]
/
src
/
core
/
malloc.c
diff --git
a/src/core/malloc.c
b/src/core/malloc.c
index
085080f
..
bb34db3
100644
(file)
--- a/
src/core/malloc.c
+++ b/
src/core/malloc.c
@@
-286,7
+286,7
@@
void * malloc ( size_t size ) {
/**
* 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
* must be freed with free_dma() instead.