diff --git a/src/cheats/shark.rs b/src/cheats/shark.rs
index 5d19a2c788dd83bd7defc94287dffaa4edf318a5..39d4c790f2a91963691d4d49c453e43ebcbec5c3 100644
--- a/src/cheats/shark.rs
+++ b/src/cheats/shark.rs
@@ -66,7 +66,7 @@ impl GameShark {
         let mut writes = vec![];
         for code in self.codes.values() {
             // calculates the real RAM address using both
-            // he base RAM address the RAM bank offset
+            // the base RAM address and the RAM bank offset
             let (base_addr, addr) = if code.addr <= 0xc000 {
                 (
                     0xa000,