Typo (Thanks to Austin Liew)

This commit is contained in:
Frans Kaashoek 2016-09-25 08:27:26 -04:00
parent 7ddba7a636
commit 0df5f11bae

View file

@ -49,7 +49,7 @@ argint(int n, int *ip)
} }
// Fetch the nth word-sized system call argument as a pointer // 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. // lies within the process address space.
int int
argptr(int n, char **pp, int size) argptr(int n, char **pp, int size)