From 902b13f5d6bab19f7a218acc655421cdb63f4313 Mon Sep 17 00:00:00 2001 From: rtm Date: Fri, 24 Aug 2007 19:32:36 +0000 Subject: simplify ide queuing nits in comments --- syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syscall.c') diff --git a/syscall.c b/syscall.c index b18b62c..eddf725 100644 --- a/syscall.c +++ b/syscall.c @@ -49,7 +49,7 @@ fetchstr(struct proc *p, uint addr, char **pp) return -1; } -// Fetch the argno'th word-sized system call argument as an integer. +// Fetch the argno'th 32-bit system call argument. int argint(int argno, int *ip) { -- cgit v1.2.3