From 903a17ae113878f59e96a751fa06ff1521bd1440 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 16 Aug 2017 14:53:03 -0400 Subject: [PATCH] Corrected typo and removed replication of what's already declared formally. --- Machines/AmstradCPC/AmstradCPC.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Machines/AmstradCPC/AmstradCPC.hpp b/Machines/AmstradCPC/AmstradCPC.hpp index 91c29e69f..2c7c6e089 100644 --- a/Machines/AmstradCPC/AmstradCPC.hpp +++ b/Machines/AmstradCPC/AmstradCPC.hpp @@ -45,7 +45,7 @@ enum Key: uint16_t { }; /*! - Models an Amstrad CPC, a CRT-outputting machine with a keyboard that can accept configuration targets. + Models an Amstrad CPC. */ class Machine: public CRTMachine::Machine, @@ -54,7 +54,7 @@ class Machine: public: virtual ~Machine(); - /// Creates an returns an Amstrad CPC on the heap. + /// Creates and returns an Amstrad CPC on the heap. static Machine *AmstradCPC(); /// Sets the contents of rom @c type to @c data. Assumed to be a setup step; has no effect once a machine is running.