]> git.sur5r.net Git - cc65/commitdiff
Fix comment typos. 607/head
authorPiotr Fusik <fox@scene.pl>
Wed, 7 Mar 2018 20:01:29 +0000 (21:01 +0100)
committerPiotr Fusik <fox@scene.pl>
Wed, 7 Mar 2018 20:01:29 +0000 (21:01 +0100)
libsrc/runtime/incaxy.s
libsrc/runtime/incsp2.s
libsrc/runtime/jmpvec.s
libsrc/runtime/mulax3.s
libsrc/runtime/mulax5.s

index 0ee7d879f04f4a13923a07d48daea1d58e15f64d..faeacf7090f5960ac30c65473145dd4af52c6fd9 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 05.08.1998
 ;
-; CC65 runtime: Increment ax by valie in y
+; CC65 runtime: Increment ax by value in y
 ;
 
         .export         incaxy, incax4
index 067154b86f16ce0b99df7df1c065fa69cf02a34b..0ed0ffcdfa83982b46cf50c5e372f082aed1bad1 100644 (file)
@@ -2,7 +2,7 @@
 ; Ullrich von Bassewitz, 25.10.2000
 ;
 ; CC65 runtime: Increment the stackpointer by 2. For performance reasons,
-;               this modules does also contain the popax function.
+;               this module also contains the popax function.
 
         .export         popax, incsp2
         .importzp       sp
index ed77a07891d2996c8b28b8f66d862b2a854b6929..29a18b1db2e79e1abd6de90633a2525b4c970fda 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-26
 ;
-; CC65 runtime: Jump vector that resides in the data segment so it's address 
+; CC65 runtime: Jump vector that resides in the data segment so its address
 ; may be patched at runtime.
 ;
 
index c35b05dcc2bd24c6fe46e02326d445fd0049617f..472bc60ec5da17826a3669906aa930ba91fac259 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 04.10.2001
 ;
-; CC65 runtime: Multiply the primary register
+; CC65 runtime: Multiply the primary register by 3
 ;
 
         .export         mulax3
index 9af599806160f8a592c7ab9c24c125b9e9fd67b9..7e5ed11d9c0e1aa0029192c210cc8a197939c421 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 04.10.2001
 ;
-; CC65 runtime: Multiply the primary register
+; CC65 runtime: Multiply the primary register by 5
 ;
 
         .export         mulax5