From: JT Date: Tue, 21 Apr 2015 20:21:27 +0000 (-0400) Subject: Fix typo in documentation for .ADDRSIZE X-Git-Tag: V2.15~11^2^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0d765abd6c8f5c3c1d685436bfdb722a7142a830;p=cc65 Fix typo in documentation for .ADDRSIZE --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index e3057915d..03aa72097 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -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