Skip to content

Commit

Permalink
Fix typos in intro lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiu121 committed Mar 4, 2018
1 parent 24e8f4a commit 5955a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/teaching/lectures/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ User vs Kernel
* User-space


Kernel and user are two terms that are often use in operating
Kernel and user are two terms that are often used in operating
systems. Their definition is pretty straight forward: The kernel is
the part of the operating system that runs with higher privileges
while user (space) usually means by applications running with low
Expand Down Expand Up @@ -265,7 +265,7 @@ goal:
inline functions, function pointers


There are a class of operating systems that (used to) claim to be
There is a class of operating systems that (used to) claim to be
hybrid kernels, in between monolithic and micro-kernels (e.g. Windows,
Mac OS X). However, since all of the typical monolithic services run
in kernel-mode in these operating systems, there is little merit to
Expand Down

0 comments on commit 5955a65

Please sign in to comment.