Skip to content

Commit cbd6db2

Browse files
committed
fix: typo
1 parent e86e642 commit cbd6db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/klexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ static KlException klexec_setfieldgeneric(KlState* state, const KlValue* dotable
741741
}
742742

743743

744-
/* macros for klstate_execute() */
744+
/* macros for klexec_execute() */
745745

746746
#define klop_add(a, b) ((a) + (b))
747747
#define klop_sub(a, b) ((a) - (b))

0 commit comments

Comments
 (0)