diff --git a/src/rom.rs b/src/rom.rs
index ed2860fa9c3661bab258ed785b1422e533cb0b59..9adc54c9cf63bcc44b4d18529a82153f5c510b5d 100644
--- a/src/rom.rs
+++ b/src/rom.rs
@@ -436,7 +436,7 @@ pub static NO_MBC: Mbc = Mbc {
         match addr {
             // ignores this address as Tetris and some other games write
             // to this address for some reason (probably related to
-            // any kind of MBC1 compatibility issue)
+            // some kind of MBC1 compatibility issue)
             0x2000 => (),
             _ => panic!("Writing to unknown Cartridge ROM location 0x{:04x}", addr),
         };