From: cuz Date: Sat, 27 Dec 2003 16:10:53 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: V2.12.0~972 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=40a48c59b870485d9fbf4ce0f7a77a04f6b9d7e6;p=cc65 Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@2845 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/cbm610/kclose.s b/libsrc/cbm610/kclose.s index 4ffde096d..a262313e9 100644 --- a/libsrc/cbm610/kclose.s +++ b/libsrc/cbm610/kclose.s @@ -5,7 +5,7 @@ ; ; NOTE: The CLOSE system call in the CBM610 kernal will only remove the file ; entry and not close the file on IEC if the carry is clear on entry. To make -; this somewhat compatible withthe C64, set the carry before jumping to the +; this somewhat compatible with the C64, set the carry before jumping to the ; kernal. .export CLOSE