浏览代码

Fixed small typo

master
ooxi 11 年前
父节点
当前提交
3925b2a848
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/xml.c

+ 1
- 1
src/xml.c 查看文件

@@ -158,7 +158,7 @@ static uint8_t* xml_string_clone(struct xml_string* s) {
*
* Frees the resources allocated by the string
*
* @waring `buffer` must _not_ be freed, since it is a reference to the
* @warning `buffer` must _not_ be freed, since it is a reference to the
* document's buffer
*/
static void xml_string_free(struct xml_string* string) {


正在加载...
取消
保存