From 5dc2086635e756ff1140d974aaa3c40542685e6d Mon Sep 17 00:00:00 2001 From: libso <4057415+ldaochen@users.noreply.github.com> Date: Fri, 25 Sep 2020 17:49:54 +0800 Subject: [PATCH] fix typo fix typo --- co_routine_inner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/co_routine_inner.h b/co_routine_inner.h index 9d0e092..90b45b6 100644 --- a/co_routine_inner.h +++ b/co_routine_inner.h @@ -65,7 +65,7 @@ struct stCoRoutine_t stStackMem_t* stack_mem; - //save satck buffer while confilct on same stack_buffer; + //save stack buffer while confilct on same stack_buffer; char* stack_sp; unsigned int save_size; char* save_buffer;