]> git.sur5r.net Git - cc65/commitdiff
At most 256 bytes will be reserved
authorPhil Smith <phil.h.smith@gmail.com>
Sat, 2 Sep 2017 06:11:54 +0000 (23:11 -0700)
committerPhil Smith <phil.h.smith@gmail.com>
Sat, 2 Sep 2017 07:02:47 +0000 (00:02 -0700)
doc/ca65.sgml

index 33acc0a80d57f0e35434358323acc2cc7b23ca9b..cb4fbb500e627618cfd4084a19dc3f22397c3997 100644 (file)
@@ -1695,7 +1695,7 @@ either a string or an expression.
   Example:
 
   <tscreen><verb>
-        ; Reserve space for some data, but 256 bytes minimum
+        ; Reserve space for some data, but 256 bytes maximum
                savearea:       .min (.sizeof (foo), 256)
   </verb></tscreen>