diff --git a/src/mono/mono/utils/mono-threads.c b/src/mono/mono/utils/mono-threads.c index 435b7dca5a989dee984cb97d5cc598fe7805d5b8..8bf3e2f5bd4977ae852d897d302e04253a716c36 100644 --- a/src/mono/mono/utils/mono-threads.c +++ b/src/mono/mono/utils/mono-threads.c @@ -292,7 +292,7 @@ dump_threads (void) g_async_safe_printf ("\t0x6\t- blocking (BAD, unless there's no suspend initiator)\n"); g_async_safe_printf ("\t0x?07\t- blocking async suspended (GOOD)\n"); g_async_safe_printf ("\t0x?08\t- blocking self suspended (GOOD)\n"); - g_async_safe_printf ("\t0x?09\t- blocking suspend requested (BAD in coop; GOOD in hybrid)\n"); + g_async_safe_printf ("\t0x?09\t- blocking suspend requested (GOOD in coop; BAD in hybrid)\n"); FOREACH_THREAD_SAFE_ALL (info) { #ifdef TARGET_MACH