make code match comment
This commit is contained in:
parent
3a2310f746
commit
773159fbee
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fetchstr(struct proc *p, uint addr, char **pp)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fetch the argno'th 32-bit system call argument.
|
// Fetch the nth 32-bit system call argument.
|
||||||
int
|
int
|
||||||
argint(int n, int *ip)
|
argint(int n, int *ip)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue