summaryrefslogtreecommitdiff
path: root/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'syscall.c')
-rw-r--r--syscall.c2
1 files changed, 1 insertions, 1 deletions
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)
{