diff options
| -rw-r--r-- | syscall.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ fetchstr(struct proc *p, uint addr, char **pp)    return -1;  } -// Fetch the argno'th 32-bit system call argument. +// Fetch the nth 32-bit system call argument.  int  argint(int n, int *ip)  {  | 
