From 21af43a80065a0fec151178c8547e2e2a8e4eb73 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 16 Apr 2006 20:32:09 +0000 Subject: [PATCH] Comment fix git-svn-id: svn://svn.cc65.org/cc65/trunk@3730 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/coptstop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5