From 773159fbeee3ae4a22ffba37d36bd1c997d32440 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:53:50 +0000 Subject: [PATCH] make code match comment --- syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {