summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTej Chajed <[email protected]>2016-09-16 09:11:23 -0400
committerTej Chajed <[email protected]>2016-09-16 09:11:23 -0400
commitfc1a5da295168dbd935c68e3f56c98b328cce7f3 (patch)
tree25414811813511ba5bb295310534159231f45b38
parentd6dc5bcb2da252ea01937a7788b02ce849be2d3c (diff)
downloadxv6-labs-fc1a5da295168dbd935c68e3f56c98b328cce7f3.tar.gz
xv6-labs-fc1a5da295168dbd935c68e3f56c98b328cce7f3.tar.bz2
xv6-labs-fc1a5da295168dbd935c68e3f56c98b328cce7f3.zip
Fix a small README typo
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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,[email protected]). 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.