diff --git a/src/gb.rs b/src/gb.rs
index 45ab76edd45b1574950d67a0e3308977e0996dab..b63a5478efad47a3bb3b6c6863d94645295bd1d9 100644
--- a/src/gb.rs
+++ b/src/gb.rs
@@ -260,8 +260,8 @@ impl Default for GameBoyConfig {
     }
 }
 
-/// Aggregation structure tha allows the bundling of
-/// all the components of a gameboy into a single a
+/// Aggregation structure allowing the bundling of
+/// all the components of a GameBoy into a single a
 /// single element for easy access.
 pub struct Components {
     pub ppu: Ppu,