]> git.sur5r.net Git - cc65/commitdiff
Fix typo in documentation for .ADDRSIZE
authorJT <jeremiah.turner@gmail.com>
Tue, 21 Apr 2015 20:21:27 +0000 (16:21 -0400)
committerJT <jeremiah.turner@gmail.com>
Tue, 21 Apr 2015 20:24:27 +0000 (16:24 -0400)
doc/ca65.sgml

index e3057915d6a5151e68c12143e1b66f531dfbcaf3..03aa72097b7b6d0d842be7c8e69bc18c5724a0ec 100644 (file)
@@ -1297,7 +1297,7 @@ either a string or an expression.
                         .byte 0ADh
                         .word foo
                 .elseif .ADDRSIZE(foo) = 0
-                        ; no address size define for this symbol:
+                        ; no address size defined for this symbol:
                         .out .sprintf("Error, address size unknown for symbol %s", .string(foo))
                 .endif
         .endmacro