xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 773159fbeee3ae4a22ffba37d36bd1c997d32440
parent 3a2310f7465ed92db7ce9ecfd619e8ac2011a789
Author: rsc <rsc>
Date:   Mon, 27 Aug 2007 23:53:50 +0000

make code match comment

Diffstat:
Msyscall.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syscall.c b/syscall.c @@ -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) {