Reference to threads/exception.c should be to userprog/exception.c.
[pintos-anon] / doc / vm.texi
index c2943cacecaaac2d698176ee8969b195c1518a46..31a8f1ea54a8f3b81131334dcfb53d8e156b2413 100644 (file)
@@ -260,7 +260,7 @@ page fault might only indicate that the page must be brought in from a
 file or swap.  You will have to implement a more sophisticated page
 fault handler to handle these cases.  Your page fault handler, which you
 should implement by modifying @func{page_fault} in
-@file{threads/exception.c}, needs to do roughly the following:
+@file{userprog/exception.c}, needs to do roughly the following:
 
 @enumerate 1
 @item