1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@481 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-11-24 07:36:08 +00:00
parent 33bd9b5b51
commit 0333dbbd85

View File

@ -1466,7 +1466,7 @@ static int typecast (struct expent* lval)
/* If the size does not change, leave the value alone. Otherwise,
* we have to load the value into the primary and generate code to
* cast teh value in the primary register.
* cast the value in the primary register.
*/
if (SizeOf (Type) != SizeOf (lval->e_tptr)) {