Fix comments.
[pintos-anon] / src / threads / switch.S
index 5bb56b55ec1a84de04295b39f23032bd1ae94e2b..16c95180c2d36ec4ebe95bc02d775af26c8a0d4c 100644 (file)
@@ -3,7 +3,7 @@
 #### struct thread *switch_threads (struct thread *cur, struct thread *next);
 ####
 #### Switches from CUR, which must be the running thread, to NEXT,
-#### which must also be running thread_switch(), returning CUR in
+#### which must also be running switch_threads(), returning CUR in
 #### NEXT's context.
 ####
 #### This function works by assuming that the thread we're switching