Skip to content

Commit

Permalink
make code match comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Aug 27, 2007
1 parent 3a2310f commit 773159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 773159f

Please sign in to comment.