]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Typo (Thanks to Austin Liew)
authorFrans Kaashoek <kaashoek@mit.edu>
Sun, 25 Sep 2016 12:27:26 +0000 (08:27 -0400)
committerFrans Kaashoek <kaashoek@mit.edu>
Sun, 25 Sep 2016 12:27:26 +0000 (08:27 -0400)
syscall.c

index 5d3be9d0019975f2bac2ccecb5e13cfa83b9d9b0..a84a9219a51e75d10a04014331cebbd990a4ca82 100644 (file)
--- 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 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)