未验证 提交 5f60c256 编写于 作者: A Austin 提交者: Gitee

update en/device-dev/subsystems/subsys-boot-overview.md.

Signed-off-by: NAustin <liaozhiqi7@huawei.com>
上级 d5d3ced2
......@@ -301,7 +301,7 @@ On each development board, you need to partition the memory to store the precedi
After a device node is created, mount it to the corresponding partition. The code is as follows:
```
int MountRequriedPartitions(const Fstab *fstab)
int MountRequiredPartitions(const Fstab *fstab)
{
INIT_ERROR_CHECK(fstab != NULL, return -1, "Failed fstab is NULL");
int rc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册