Small fixes by Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@3521 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-06-07 16:08:06 +00:00
parent 71126c8200
commit 7579aba638
3 changed files with 6 additions and 5 deletions

View File

@@ -1418,7 +1418,7 @@ either a string or an expression.
Please note that a symbol or scope must exist, before it is used together with
<tt/.SIZEOF/ (this may get relaxed later, but will always be true for scopes).
A scope has preference over a symbol with the same name, so if the last part
of a name represents both, a scope and a symbol, the scope is choosen over the
of a name represents both, a scope and a symbol, the scope is chosen over the
symbol.
After the following code: