Skip to content

Commit

Permalink
Corrected comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less committed Jul 13, 2017
1 parent 407f06f commit c06aa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Coding/y_hooks/impl.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ stock Hooks_NumArgs()
{
// Awkward code that allows us to jump backwards. It might appear that this
// code pushes something on the stack before the JZER that is never removed,
// but labels reset the stack always so it gets conditionally wiped out.
// but labels reset the stack always so it gets unconditionally wiped out.
#emit LOAD.S.alt 0
Hooks_NumArgs_load:
#emit CONST.pri 8
Expand Down

0 comments on commit c06aa7d

Please sign in to comment.