소스 검색

doc: 更正文档错误

fslongjin 2 년 전
부모
커밋
53233d5e3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/kernel/core_api/kernel_api.md

+ 1 - 1
docs/kernel/core_api/kernel_api.md

@@ -2,7 +2,7 @@
 
 ## 循环链表管理函数
 
-  循环链表是内核的重要的数据结构之一。包含在`kernel/common/glib.h`中。
+  循环链表是内核的重要的数据结构之一。包含在`kernel/common/list.h`中。
 
 ### `void list_init(struct List *list)`