Skip to content

Commit c6494d2

Browse files
authored
Update mod.rs
1 parent 90d97b7 commit c6494d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_ir/src/runtime/vm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl VirtualMachine {
6565
},
6666
code,
6767
addr,
68-
op_addr: Address::from("opration address"),
68+
op_addr: Address::from("operation address"),
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)