]> git.sur5r.net Git - cc65/commitdiff
Comment fix
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 16 Apr 2006 20:32:09 +0000 (20:32 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 16 Apr 2006 20:32:09 +0000 (20:32 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3730 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/coptstop.c

index c7a0e1f58d6a1f235e28a3a0a8f82b6477e1da4f..47825f059da2a967073367efaf560b6d4ccd367e 100644 (file)
@@ -501,7 +501,7 @@ static unsigned Opt_staxspidx (StackOpData* D)
     X = NewCodeEntry (OP65_STA, AM65_ZP_INDY, D->ZPLo, 0, D->OpEntry->LI);
     InsertEntry (D, X, D->OpIndex+4);
 
-    /* Remove the push and the call to the staspidx function */
+    /* Remove the push and the call to the staxspidx function */
     RemovePushAndOp (D);
 
     /* We changed the sequence */