summaryrefslogtreecommitdiffstats
path: root/userprog/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'userprog/process.h')
-rw-r--r--userprog/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/userprog/process.h b/userprog/process.h
index ccb94cb..5fcd80e 100644
--- a/userprog/process.h
+++ b/userprog/process.h
@@ -3,7 +3,7 @@
3 3
4#include "threads/thread.h" 4#include "threads/thread.h"
5 5
6#define STACK_SIZE (1 << 23) /* 8MB maxiumum stack size */ 6#define STACK_SIZE (1 << 23) /* 8MB maximum stack size */
7 7
8/* In the current implementation, the capacity is fixed to 1024 (PGSIZE/4) */ 8/* In the current implementation, the capacity is fixed to 1024 (PGSIZE/4) */
9struct fd_table { 9struct fd_table {