Typo (Thanks to Austin Liew)
This commit is contained in:
parent
7ddba7a636
commit
0df5f11bae
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ argint(int n, int *ip)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fetch the nth word-sized system call argument as a pointer
|
// Fetch the nth word-sized system call argument as a pointer
|
||||||
// to a block of memory of size n bytes. Check that the pointer
|
// to a block of memory of size bytes. Check that the pointer
|
||||||
// lies within the process address space.
|
// lies within the process address space.
|
||||||
int
|
int
|
||||||
argptr(int n, char **pp, int size)
|
argptr(int n, char **pp, int size)
|
||||||
|
|
Loading…
Reference in a new issue