From 7e768f03649228a44403beade9d0a950d5560b13 Mon Sep 17 00:00:00 2001 From: rjmacaranas <33107245+rjmacaranas@users.noreply.github.com> Date: Wed, 8 May 2019 14:25:54 -0700 Subject: [PATCH] fixed a typo on line 113; shceduling > scheduling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d85eeb..af730fa 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Courses - [Lecture Notes](http://comp.uark.edu/~wingning/csce3613/CourseNote3613.html) - [Readings](http://comp.uark.edu/~wingning/csce3613/Link3613.html) - [CSCI-UA.0202: Operating Systems (Undergrad)](http://www.cs.nyu.edu/~mwalfish/classes/15sp/index.html) **Operating Systems** *NYU* Assignments Lecture Notes Readings - - NYU's operating system course. It's a fundamental course focusing basic ideas of operating systems, including memory management, process shceduling, file system, ect. It also includes some recommended reading materials. What's more, there are a series of hands-on lab materials, helping you easily understand OS. + - NYU's operating system course. It's a fundamental course focusing basic ideas of operating systems, including memory management, process scheduling, file system, ect. It also includes some recommended reading materials. What's more, there are a series of hands-on lab materials, helping you easily understand OS. - [Assignments](http://www.cs.nyu.edu/~mwalfish/classes/15sp/labs.html) - [Lectures](http://www.cs.nyu.edu/~mwalfish/classes/15sp/syllabus.html) - [Old Exams](http://www.cs.nyu.edu/~mwalfish/classes/15sp/exams.html)