summaryrefslogtreecommitdiff
path: root/src/passes/MemoryPacking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/MemoryPacking.cpp')
-rw-r--r--src/passes/MemoryPacking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/MemoryPacking.cpp b/src/passes/MemoryPacking.cpp
index e0ce6294b..79e7b83a9 100644
--- a/src/passes/MemoryPacking.cpp
+++ b/src/passes/MemoryPacking.cpp
@@ -126,7 +126,7 @@ struct MemoryPacking : public Pass {
};
void MemoryPacking::run(Module* module) {
- // Does not have multi-memories support
+ // Does not have multimemory support
if (!canOptimize(module->memories, module->dataSegments)) {
return;
}