From: rsc Date: Mon, 27 Aug 2007 23:53:50 +0000 (+0000) Subject: make code match comment X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=773159fbeee3ae4a22ffba37d36bd1c997d32440;p=cs3210-lab0.git make code match comment --- diff --git a/syscall.c b/syscall.c index 695873f..2a037d1 100644 --- 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) {