Fixed a typo in a comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4114 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e1832b2e57
commit
67d64e67d5
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ static unsigned OptShift2 (CodeSeg* S)
|
||||||
CS_InsertEntry (S, X, I+1);
|
CS_InsertEntry (S, X, I+1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Delete the call to shlax */
|
/* Delete the call to shrax */
|
||||||
CS_DelEntry (S, I);
|
CS_DelEntry (S, I);
|
||||||
|
|
||||||
/* Remember, we had changes */
|
/* Remember, we had changes */
|
||||||
|
|
Loading…
Add table
Reference in a new issue