diff --git a/initial-xv6/README.md b/initial-xv6/README.md index 3f5723f95..48d61db79 100644 --- a/initial-xv6/README.md +++ b/initial-xv6/README.md @@ -29,7 +29,7 @@ thus the book may not match our code base exactly. ## Your System Call -Your new system call should look have the following return codes and +Your new system call should look like this and have the following return codes and parameters: ```c