http://git.etherboot.org
/
people
/
holger
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c6418
)
Fix typo
author
Michael Brown
<mcb30@etherboot.org>
Fri, 12 Jan 2007 01:37:38 +0000
(
01:37
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 12 Jan 2007 01:37:38 +0000
(
01:37
+0000)
src/core/malloc.c
patch
|
blob
|
history
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.