From fff5fe59e65a2f35376c86ebe9061caacfe28a2f Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 12 Feb 2003 19:56:00 +0000 Subject: [PATCH] Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@1976 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/common/_sys.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/common/_sys.s b/libsrc/common/_sys.s index 0698ae42e..12c28adee 100644 --- a/libsrc/common/_sys.s +++ b/libsrc/common/_sys.s @@ -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