Browse Source

Fix typo

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
6c894c2a2e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/core/malloc.c

+ 1
- 1
src/core/malloc.c View File

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

Loading…
Cancel
Save