From 38a98d94206642f248d526f6bda319a136f72dfc Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 28 Apr 2008 21:31:40 +0000 Subject: [PATCH] Fixed some typos in the comments. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1488 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/emucore/M6532.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stella/src/emucore/M6532.cxx b/stella/src/emucore/M6532.cxx index d05005d0e..491ca46d6 100644 --- a/stella/src/emucore/M6532.cxx +++ b/stella/src/emucore/M6532.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: M6532.cxx,v 1.22 2008-04-28 20:59:39 stephena Exp $ +// $Id: M6532.cxx,v 1.23 2008-04-28 21:31:40 stephena Exp $ //============================================================================ #include @@ -173,8 +173,8 @@ uInt8 M6532::peek(uInt16 addr) myInterruptTriggered = true; // According to the M6532 documentation, the timer continues to count - // down to -256 timer clocks after wraparound. However, it isn't - // entirely clear what happens *after* if reaches -256. If we go + // down to -255 timer clocks after wraparound. However, it isn't + // entirely clear what happens *after* if reaches -255. If we go // to zero at that time, Solaris fails to load correctly. // However, if the count goes on forever, HERO fails to load // correctly. @@ -219,7 +219,7 @@ void M6532::poke(uInt16 addr, uInt8 value) return; } - // A2 Distingusishes I/O registers from the timer + // A2 distinguishes I/O registers from the timer if((addr & 0x04) != 0) { if((addr & 0x10) != 0)