doc: 更正文档错误

This commit is contained in:
fslongjin 2022-10-04 22:05:31 +08:00
parent 7087e9fbc1
commit 53233d5e3b

View File

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