From fc1a5da295168dbd935c68e3f56c98b328cce7f3 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Fri, 16 Sep 2016 09:11:23 -0400 Subject: [PATCH] Fix a small README typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 89b9d8f..1e91646 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ ERROR REPORTS If you spot errors or have suggestions for improvement, please send email to Frans Kaashoek and Robert Morris (kaashoek,rtm@csail.mit.edu). If you have suggestions for improvements, please keep in mind that the main purpose of xv6 -is as a teaching operating systems for MIT's 6.828. For example, we are in +is as a teaching operating system for MIT's 6.828. For example, we are in particular interested in simplifications and clarifications, instead of suggestions for new systems calls, more portability, etc.