From: Frans Kaashoek Date: Sun, 25 Sep 2016 12:27:26 +0000 (-0400) Subject: Typo (Thanks to Austin Liew) X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=0df5f11baef529f32d81bb1b1580264067477a5e;p=cs3210-lab1.git Typo (Thanks to Austin Liew) --- 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)