From f0b1d5cb87fd3ae41c325045b6bbf9554e7116f9 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 9 Jul 2013 18:18:07 -0700 Subject: [PATCH] test: uninit: typo --- test/uninit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/uninit.cc b/test/uninit.cc index 759a4fd..b3a1026 100644 --- a/test/uninit.cc +++ b/test/uninit.cc @@ -40,7 +40,7 @@ int user_main(int argc, char **argv) std::atomic_init(&x, 0); - printf("Main thread: creating 2 threads\n"); + printf("Main thread: creating 3 threads\n"); thrd_create(&t1, (thrd_start_t)&a, NULL); thrd_create(&t2, (thrd_start_t)&b, NULL); thrd_create(&t3, (thrd_start_t)&c, NULL); -- 2.34.1