Fix typo in documentation for .ADDRSIZE

This commit is contained in:
JT
2015-04-21 16:21:27 -04:00
parent ffa52863b3
commit 0d765abd6c

View File

@@ -1297,7 +1297,7 @@ either a string or an expression.
.byte 0ADh .byte 0ADh
.word foo .word foo
.elseif .ADDRSIZE(foo) = 0 .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)) .out .sprintf("Error, address size unknown for symbol %s", .string(foo))
.endif .endif
.endmacro .endmacro