From 5f60c2568806b8a9b0605d758bd21f9b9009f766 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 19 Sep 2022 10:59:27 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-boot-overview.md. Signed-off-by: Austin --- en/device-dev/subsystems/subsys-boot-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-boot-overview.md b/en/device-dev/subsystems/subsys-boot-overview.md index c1adc01318..d5c048b271 100644 --- a/en/device-dev/subsystems/subsys-boot-overview.md +++ b/en/device-dev/subsystems/subsys-boot-overview.md @@ -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; -- GitLab