浏览代码

Fix typo

tags/v0.9.3
Michael Brown 17 年前
父节点
当前提交
6c894c2a2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/core/malloc.c

+ 1
- 1
src/core/malloc.c 查看文件

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.

正在加载...
取消
保存