diff --git a/test_libucontext.c b/test_libucontext.c index bd235e4..fe629c4 100644 --- a/test_libucontext.c +++ b/test_libucontext.c @@ -46,7 +46,7 @@ static void f2 (void) { printf("start f2\n"); printf("swap to f1\n"); swapcontext(&ctx[2], &ctx[1]); - printf("finish f2, should swap to main\n"); + printf("finish f2, should swap to f1\n"); }