mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-18 18:18:44 +00:00
clean(comment): fix typo in aot_loader.c
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
This commit is contained in:
parent
389d2060df
commit
f3b9e8c7e5
|
|
@ -4422,7 +4422,7 @@ aot_compatible_version(uint32 version)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* refer to "AoT-compiled module compatibility among WAMR versions" in
|
* refer to "AoT-compiled module compatibility among WAMR versions" in
|
||||||
* ./doc/biuld_wasm_app.md
|
* ./doc/build_wasm_app.md
|
||||||
*/
|
*/
|
||||||
return version == AOT_CURRENT_VERSION;
|
return version == AOT_CURRENT_VERSION;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user