]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 29 Nov 2000 16:44:50 +0000 (16:44 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 29 Nov 2000 16:44:50 +0000 (16:44 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@494 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/BUGS

index cc2f007a0f22f62678aaee5bdb1ad4875fcc5f5d..f7e926bc7d8f0ea828b318016bf8654d6f359f6a 100644 (file)
--- a/doc/BUGS
+++ b/doc/BUGS
@@ -18,7 +18,7 @@ Introduced with version 2.5:
     did not work with the new symbol table code, and should be unnecessary as
     soon as local variables are allocated in one chunk on function entry.
 
-  * Register variables are not currently unavailable. The command line
-    switches and the "register" keyword is still accepted, so this should not
-    harm existing programs.
+  * Register variables are currently unavailable. The command line switches
+    and the "register" keyword is still accepted, so this should not harm
+    existing programs.