Skip to content

Commit 499bbde

Browse files
authored
Update wasm.rs
1 parent a5479f7 commit 499bbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_ir/src/linker/wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub fn link(
208208
// remove empty initializers
209209
if let Some(data_section) = module.data_section_mut() {
210210
let _entries = data_section.entries_mut();
211-
// TODO: can't rm the entries directly when mulitple modules
211+
// TODO: can't rm the entries directly when multiple modules
212212
// let mut index = 0;
213213
// while index < entries.len() {
214214
// if entries[index].value().iter().all(|b| *b == 0) {

0 commit comments

Comments
 (0)