Fix ABORT message in GC_restart_handler
authorIvan Maidanski <ivmai@mail.ru>
Thu, 21 Nov 2013 22:12:25 +0000 (02:12 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 21 Nov 2013 22:12:25 +0000 (02:12 +0400)
* pthread_stop_world.c (GC_restart_handler): Fix ABORT message.

pthread_stop_world.c

index 3e62929..4208464 100644 (file)
@@ -303,7 +303,7 @@ STATIC void GC_restart_handler(int sig)
 # endif
 
   if (sig != GC_sig_thr_restart)
-    ABORT("Bad signal in suspend_handler");
+    ABORT("Bad signal in restart handler");
 
 # ifdef GC_NETBSD_THREADS_WORKAROUND
     sem_post(&GC_restart_ack_sem);