X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Fthread.h;h=9b55700315ec4b293530a00b5b367d761f5c1768;hp=26e785fc8d429514c627fb9a8a3922a27f0faaf3;hb=f0612244c44f4b4f0bc79e3fc882e9f74bd4a3f4;hpb=7f2927ecf1a95b88002b344c5427644e75467beb diff --git a/src/threads/thread.h b/src/threads/thread.h index 26e785f..9b55700 100644 --- a/src/threads/thread.h +++ b/src/threads/thread.h @@ -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