summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coroutine/win64/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/win64/Context.h b/coroutine/win64/Context.h
index db003a2ee6..b3afed691f 100644
--- a/coroutine/win64/Context.h
+++ b/coroutine/win64/Context.h
@@ -34,7 +34,7 @@ static inline void coroutine_initialize(
void *stack_pointer,
size_t stack_size
) {
- /* Force 16-byte alignment */
+ /* Force 16-byte alignment */
context->stack_pointer = (void**)((uintptr_t)stack_pointer & ~0xF);
if (!start) {