]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo in a comment.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 4 Sep 2009 15:42:36 +0000 (15:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 4 Sep 2009 15:42:36 +0000 (15:42 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4114 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/codeopt.c

index dfb5ab1154ae3fb2d40b397209c4a47cbd4b982d..20fb5b55db202c6299355d12bbdcdce0c5246b81 100644 (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: