From d3fa09f619c15345a6899d7c7d0d684f98b76785 Mon Sep 17 00:00:00 2001 From: Eero Pomell <97628152+Password-and-authentication@users.noreply.github.com> Date: Sat, 16 Jul 2022 13:08:10 +0300 Subject: [PATCH] Fix typo Small typo fix --- coursepages/ostep/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coursepages/ostep/README.md b/coursepages/ostep/README.md index 305f7de..f5ec03a 100644 --- a/coursepages/ostep/README.md +++ b/coursepages/ostep/README.md @@ -46,7 +46,7 @@ This course was originally taught as CS 537 at the University of Wisconsin by th * Watch lectures 6 through 9 (and optionally, the review lecture) and read chapters 25 through 34; again, you're encouraged to do the homework. * Watch discussion 10, then do the `concurency-xv6-threads` project. * Watch discussions 11 and 12, then do the `concurrency-mapreduce` project. -* Watch lectures through 14 (and optionally, the second review lecture) and read chapters 35 through 47; remember to do the homework along with the lectures or chapters. +* Watch lectures 10 through 14 (and optionally, the second review lecture) and read chapters 35 through 47; remember to do the homework along with the lectures or chapters. * Do the `filesystems-checker` project. ### Running the Projects