Skip to content

Commit ec295ec

Browse files
committed
comment update
1 parent 45dd9b5 commit ec295ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libmwemu/src/emu/winapi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::{
66
};
77

88
impl Emu {
9-
//TODO: check this, this is used only on pyscemu
9+
//TODO: check this, this is used only on pymwemu
1010
/// Call a winapi by addess.
1111
pub fn handle_winapi(&mut self, addr: u64) {
1212
if self.cfg.is_64bits {

0 commit comments

Comments
 (0)