doc: fix misspellings in hld docs

can and fix misspellings missed during normal review

Tracked-on: #1648

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-10-30 08:53:09 -07:00
committed by David Kinder
parent 569ababd86
commit 97c8c16f6a
7 changed files with 13 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ Virtio introduction
Virtio is an abstraction layer over devices in a para-virtualized
hypervisor. Virtio was developed by Rusty Russell when he worked at IBM
research to support his lguest hypervisor in 2007, and it quickly became
the de-facto standard for KVM's para-virtualized I/O devices.
the de facto standard for KVM's para-virtualized I/O devices.
Virtio is very popular for virtual I/O devices because is provides a
straightforward, efficient, standard, and extensible mechanism, and