1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +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:
uz
2009-09-04 15:42:36 +00:00
parent e1832b2e57
commit 67d64e67d5

View File

@@ -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: