From: uz Date: Fri, 4 Sep 2009 15:42:36 +0000 (+0000) Subject: Fixed a typo in a comment. X-Git-Tag: V2.13.0rc1~142 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=67d64e67d590c75c30e48f41fdbdccce0c04fcb7;p=cc65 Fixed a typo in a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@4114 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/codeopt.c b/src/cc65/codeopt.c index dfb5ab115..20fb5b55d 100644 --- a/src/cc65/codeopt.c +++ b/src/cc65/codeopt.c @@ -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: