changeset 2144:65e3494fa1f3

Corrected misspellings
author boisy
date Mon, 18 Feb 2008 14:05:36 +0000
parents d73ef8872d87
children e5f94a9d16d2
files level2/modules/joydrv_joy.asm level2/modules/vtio.asm
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/joydrv_joy.asm	Mon Feb 18 14:04:33 2008 +0000
+++ b/level2/modules/joydrv_joy.asm	Mon Feb 18 14:05:36 2008 +0000
@@ -9,7 +9,7 @@
 *   6      1998/10/09  Robert Gault
 * Added annotations to the L2 Upgrade distribution version
 *
-*   7      2003/08/28  Robert gault
+*   7      2003/08/28  Robert Gault
 * Contains routine for H6309 from VTIO
 
          nam   JoyDrv
--- a/level2/modules/vtio.asm	Mon Feb 18 14:04:33 2008 +0000
+++ b/level2/modules/vtio.asm	Mon Feb 18 14:05:36 2008 +0000
@@ -39,6 +39,8 @@
 * an infinite loop.  The problem was that IOMan clears the static
 * storage of a device whose use count has reached zero (in the
 * case of a hard detach).  See Note below.
+* 
+* Renamed to VTIO and reset edition to 1.
 *
 *   1      2006/03/04  Boisy G. Pitre
 * Added detection of CTRL-ALT-BREAK to invoke system debugger.
@@ -48,8 +50,6 @@
 * Fixed bug where an error other than E$MNF when linking to CoWin would be ignored.
 * Now, if the error returned from linking CoWin is not E$MNF, we don't bother to look
 * for CoGrf... we just return immediately.
-* 
-* Renamed to VTIO and reset edition to 1.
 
          nam   VTIO
          ttl   Video Terminal I/O Driver for CoCo 3