]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 Feb 2003 19:56:00 +0000 (19:56 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 Feb 2003 19:56:00 +0000 (19:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1976 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/common/_sys.s

index 0698ae42e81678ec6438e475d64afa203616ff31..12c28adee2829b9eacda25d35c4b3e7454648690 100644 (file)
@@ -27,7 +27,7 @@ __sys:        sta     ptr1
         php
 
 ; Get the flags, keep the state of bit 4 and 5 using the other flags from
-; the flags value pased by the caller. Push the new flags and push A.
+; the flags value passed by the caller. Push the new flags and push A.
 
        dey
         php