Skip to content

Commit

Permalink
Merge pull request #16 from rbaronescu/master
Browse files Browse the repository at this point in the history
Documentation: teaching: lectures: intro.rst: Corrected minor typos
  • Loading branch information
tavip committed Feb 27, 2018
2 parents 11584a0 + 0b2c9ac commit 55d91c1
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 @@ -59,7 +59,7 @@ disabled or enable while running in kernel mode. If such an operation
is attempted while running in user mode an exception will be generated
and the kernel will take over to handle it.

.. [#hypervisor] some processors may have even higher privileges then
.. [#hypervisor] some processors may have even higher privileges than
kernel mode, e.g. a hypervisor mode, that is only
accessible to code running in a hypervisor (virtual
machine monitor)
Expand Down Expand Up @@ -997,7 +997,7 @@ Block I/O management
....................

The Linux Block I/O subsystem deals with reading and writing data from
block devices: creating block I/O requests, transforming block I/O
or to block devices: creating block I/O requests, transforming block I/O
requests (e.g. for software RAID or LVM), merging and sorting the
requests and scheduling them via various I/O schedulers to the block
device drivers.
Expand Down

0 comments on commit 55d91c1

Please sign in to comment.