Rename addrspace to process.
[pintos-anon] / src / threads / thread.h
index 26e785fc8d429514c627fb9a8a3922a27f0faaf3..9b55700315ec4b293530a00b5b367d761f5c1768 100644 (file)
@@ -93,7 +93,7 @@ struct thread
     list_elem elem;                     /* List element. */
 
 #ifdef USERPROG
-    /* Owned by userprog/addrspace.c. */
+    /* Owned by userprog/process.c. */
     uint32_t *pagedir;                  /* Page directory. */
 #endif