From 0bb157b88a42501cd665577c3284da1a128fbf7f Mon Sep 17 00:00:00 2001 From: Daniel Mangum <31777345+hasheddan@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:25:00 -0500 Subject: [PATCH] Fix comment in WAMR_MEM_DUAL_BUS_MIRROR (#2791) Fixes a small typo in the WAMR_MEM_DUAL_BUS_MIRROR description. Signed-off-by: Daniel Mangum --- core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.h b/core/config.h index 14065536..acf70ff0 100644 --- a/core/config.h +++ b/core/config.h @@ -477,7 +477,7 @@ /* Some chip cannot support external ram with rwx attr at the same time, it has to map it into 2 spaces of idbus and dbus, code in dbus can be read/written and read/executed in ibus. so there are 2 steps to execute - the code, first, copy&do relocaiton in dbus space, and second execute + the code, first, copy & do relocation in dbus space, and second execute it in ibus space, since in the 2 spaces the contents are the same, so we call it bus mirror. */