From 67d64e67d590c75c30e48f41fdbdccce0c04fcb7 Mon Sep 17 00:00:00 2001 From: uz Date: Fri, 4 Sep 2009 15:42:36 +0000 Subject: [PATCH] Fixed a typo in a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@4114 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/codeopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5