8000 fix typo · stackless-dev/stackman@87ef641 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87ef641

Browse files
committed
fix typo
1 parent 75af637 commit 87ef641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackman/platforms/switch_x64_msvc.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ NESTED_END stackman_switch, _TEXT$00
104104
stackman_call PROC FRAME
105105
push rbp
106106
.pushreg rbp
107-
; now our stack is 16 byte aligned. don't need additional spacle
107+
; now our stack is 16 byte aligned. don't need additional space
108108
;sub rsp, 040h
109109
;.allocstack 040h
110110
lea rbp, [rsp+00h]

0 commit comments

Comments
 (0)
0