提交 87fc8162 编写于 作者: F Finlay Morrison 提交者: Ian Craggs

fixed error in comment

上级 749515dd
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
/** /**
* redefines free to use "myfree" so that heap allocation can be tracked * redefines free to use "myfree" so that heap allocation can be tracked
* @param x the size of the item to be freed * @param x the pointer to the item to be freed
*/ */
#define free(x) myfree(__FILE__, __LINE__, x) #define free(x) myfree(__FILE__, __LINE__, x)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册