Skip to content

Commit 10c36f4

Browse files
authored
clean(comment): fix typo in aot_loader.c (#4910)
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
1 parent c60ee5b commit 10c36f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/aot/aot_loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4422,7 +4422,7 @@ aot_compatible_version(uint32 version)
44224422
{
44234423
/*
44244424
* refer to "AoT-compiled module compatibility among WAMR versions" in
4425-
* ./doc/biuld_wasm_app.md
4425+
* ./doc/build_wasm_app.md
44264426
*/
44274427
return version == AOT_CURRENT_VERSION;
44284428
}

0 commit comments

Comments
 (0)