Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: teaching: lectures: intro.rst: Corrected minor typos #16

Merged
merged 1 commit into from
Feb 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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