From c3687d7da722dc2831ae028a002bb31c4e2e52c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sat, 19 Aug 2023 23:57:02 +0100
Subject: [PATCH] docs: small comment change

---
 src/mmu.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mmu.rs b/src/mmu.rs
index 4e03d045..a57378c4 100644
--- a/src/mmu.rs
+++ b/src/mmu.rs
@@ -85,8 +85,8 @@ pub struct Mmu {
     /// Boy execution. The buffer effectively used is of 256 bytes
     /// for the "normal" Game Boy (MGB) and 2308 bytes for the
     /// Game Boy Color (CGB). Note that in the case of the CGB
-    /// the bios which is 2308 bytes long is in fact only 2048 bytes
-    /// as the 256 bytes in range 0x100-0x1FF are meant to be
+    /// the BIOS which is 2308 bytes long is in fact only 2048 bytes
+    /// as the 256 bytes in range 0x0100-0x01FF are meant to be
     /// overwritten byte the cartridge header.
     boot: Vec<u8>,
 
-- 
GitLab