Fixed a typo in the docs.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4132 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-08 16:23:59 +00:00
parent 331803126f
commit 6c87aa64be

View File

@@ -1739,7 +1739,7 @@ Here's a list of all control commands and a description, what they do:
when the output file is written, and abort with an error if this is not when the output file is written, and abort with an error if this is not
the case. More complex expressions are possible. The action specifier the case. More complex expressions are possible. The action specifier
<tt/warning/ outputs a warning, while the <tt/error/ specifier outputs <tt/warning/ outputs a warning, while the <tt/error/ specifier outputs
an error message. In the latter case, generation if the output file is an error message. In the latter case, generation of the output file is
suppressed in both the assembler and linker. suppressed in both the assembler and linker.