From 0df5f11baef529f32d81bb1b1580264067477a5e Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Sun, 25 Sep 2016 08:27:26 -0400 Subject: [PATCH] Typo (Thanks to Austin Liew) --- syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syscall.c b/syscall.c index 5d3be9d..a84a921 100644 --- a/syscall.c +++ b/syscall.c @@ -49,7 +49,7 @@ argint(int n, int *ip) } // Fetch the nth word-sized system call argument as a pointer -// to a block of memory of size n bytes. Check that the pointer +// to a block of memory of size bytes. Check that the pointer // lies within the process address space. int argptr(int n, char **pp, int size)