From: cuz Date: Sun, 16 Apr 2006 20:32:09 +0000 (+0000) Subject: Comment fix X-Git-Tag: V2.12.0~125 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21af43a80065a0fec151178c8547e2e2a8e4eb73;p=cc65 Comment fix git-svn-id: svn://svn.cc65.org/cc65/trunk@3730 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index c7a0e1f58..47825f059 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -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 */