Fix syntax errors.
[pintos-anon] / grading / threads / join-dummy.c
index 202b6e4460680d322b604dc4398303a72cc47495..01733e26117468c49922ec8c50b22a3fa88bd00d 100644 (file)
@@ -34,7 +34,7 @@ dummy_test (void)
   thread_join (tid0);
   simple_thread_func ("1");
   thread_join (tid0);
-  printf ("Simple join test done.\n");
+  printf ("Dummy join test done.\n");
 }
 
 void