Skip to content

Commit fa7a9c8

Browse files
committed
[WasmDSL] Make comment more explicit.
1 parent 22d440f commit fa7a9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/WasmDSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ struct LinearAllocator : Allocator
218218
bool pre_allocations_performed_ = false;
219219
///> compile-time size of the currently used memory, used as pointer to next free pre-allocation
220220
uint32_t pre_alloc_addr_;
221-
///> global size of the currently used memory, used as pointer to next free allocation
221+
///> runtime global size of the currently used memory, used as pointer to next free allocation
222222
Global<U32x1> alloc_addr_;
223223

224224
public:

0 commit comments

Comments
 (0)