Update license section.
[pintos-anon] / grading / threads / join-no.c
index 32623e31d9a34bb7e2c87fcb5962f7000c1220cb..7cecf34c65b543ae527836398a6b50232907e712 100644 (file)
@@ -31,7 +31,7 @@ no_test (void)
           "Should just not crash.\n");
   tid0 = thread_create ("0", PRI_DEFAULT, simple_thread_func, "0");
   simple_thread_func ("1");
-  printf ("Simple join test done.\n");
+  printf ("No join test done.\n");
 }
 
 void