From 1bbe3d577594df718cccfb7233fd96d59204028d Mon Sep 17 00:00:00 2001 From: yplusplus Date: Sat, 3 Mar 2018 15:17:41 +0800 Subject: [PATCH] fix the spelling error for the commen --- 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;