Browse Source

Fix typo

tags/v0.9.3
Michael Brown 18 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
 /**
286
 /**
287
  * Free memory
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
  * Memory allocated with malloc_dma() cannot be freed with free(); it
291
  * Memory allocated with malloc_dma() cannot be freed with free(); it
292
  * must be freed with free_dma() instead.
292
  * must be freed with free_dma() instead.

Loading…
Cancel
Save