From d5d3ced2aa1d5eaf0823f175671c6cffdcfa75e1 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 19 Sep 2022 10:56:49 +0000 Subject: [PATCH] update zh-cn/device-dev/subsystems/subsys-boot-overview.md. Signed-off-by: Austin --- zh-cn/device-dev/subsystems/subsys-boot-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/subsystems/subsys-boot-overview.md b/zh-cn/device-dev/subsystems/subsys-boot-overview.md index 25a8a748ba..be799632af 100644 --- a/zh-cn/device-dev/subsystems/subsys-boot-overview.md +++ b/zh-cn/device-dev/subsystems/subsys-boot-overview.md @@ -305,7 +305,7 @@ 设备节点创建完成后,即可挂载对应分区,主要接口如下: ``` - int MountRequriedPartitions(const Fstab *fstab) + int MountRequiredPartitions(const Fstab *fstab) { INIT_ERROR_CHECK(fstab != NULL, return -1, "Failed fstab is NULL"); int rc; -- GitLab