mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
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
@ -211,7 +211,7 @@ static unsigned OptShift2 (CodeSeg* S)
|
||||
CS_InsertEntry (S, X, I+1);
|
||||
}
|
||||
|
||||
/* Delete the call to shlax */
|
||||
/* Delete the call to shrax */
|
||||
CS_DelEntry (S, I);
|
||||
|
||||
/* Remember, we had changes */
|
||||
@ -447,7 +447,7 @@ static unsigned OptShift4 (CodeSeg* S)
|
||||
CS_DelEntry (S, I);
|
||||
|
||||
/* Remember, we had changes */
|
||||
++Changes;
|
||||
++Changes;
|
||||
}
|
||||
|
||||
NextEntry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user