Skip to content

Commit 24507af

Browse files
pfalconchipaca
authored andcommitted
Typo fix in comment.
1 parent af61a1a commit 24507af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/emit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* is not known until the end of pass 1.
66
* As a consequence, we don't know the maximum stack size until the end of pass 2.
77
* This is problematic for some emitters (x64) since they need to know the maximum
8-
* stack size to compile the entry to the function, and this effects code size.
8+
* stack size to compile the entry to the function, and this affects code size.
99
*/
1010

1111
typedef enum {

0 commit comments

Comments
 (0)