Skip to content

Commit c06aa7d

Browse files
committed
Corrected comment.
1 parent 407f06f commit c06aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YSI_Coding/y_hooks/impl.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ stock Hooks_NumArgs()
12691269
{
12701270
// Awkward code that allows us to jump backwards. It might appear that this
12711271
// code pushes something on the stack before the JZER that is never removed,
1272-
// but labels reset the stack always so it gets conditionally wiped out.
1272+
// but labels reset the stack always so it gets unconditionally wiped out.
12731273
#emit LOAD.S.alt 0
12741274
Hooks_NumArgs_load:
12751275
#emit CONST.pri 8

0 commit comments

Comments
 (0)