mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-14 13:41:31 +00:00
Fix boundary check typo in AOT compiler context (#2913)
Fixes typo in docstrings for boundary check in the AOT compiler context. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
parent
6dbfeb25dd
commit
9779f922b9
|
@ -321,10 +321,10 @@ typedef struct AOTCompContext {
|
||||||
/* Bulk memory feature */
|
/* Bulk memory feature */
|
||||||
bool enable_bulk_memory;
|
bool enable_bulk_memory;
|
||||||
|
|
||||||
/* Bounday Check */
|
/* Boundary Check */
|
||||||
bool enable_bound_check;
|
bool enable_bound_check;
|
||||||
|
|
||||||
/* Native stack bounday Check */
|
/* Native stack boundary Check */
|
||||||
bool enable_stack_bound_check;
|
bool enable_stack_bound_check;
|
||||||
|
|
||||||
/* Native stack usage estimation */
|
/* Native stack usage estimation */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user