doc: fix misspellings

Fix misspellings missed during regular reviews.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-02-27 13:32:30 -08:00 committed by David Kinder
parent a9482f46b4
commit ae34fdd843
4 changed files with 9 additions and 9 deletions

View File

@ -88,7 +88,7 @@ In the current configuration, we will set
``i915.enable_initial_modeset=1`` in SOS and ``i915.enable_initial_modeset=1`` in SOS and
``i915.enable_initial_modeset=0`` in UOS. ``i915.enable_initial_modeset=0`` in UOS.
This parmeter is not used on UEFI platforms. This parameter is not used on UEFI platforms.
i915.avail_planes_per_pipe and i915.domain_plane_owners i915.avail_planes_per_pipe and i915.domain_plane_owners
******************************************************* *******************************************************

View File

@ -44,7 +44,7 @@ More patches for ACRN and patches upstreaming to OVMF work will be continuing.
This release enables serial port debugging on UP2 boards during SOS and UOS boot. This release enables serial port debugging on UP2 boards during SOS and UOS boot.
**One E2E binary to support all UEFI platform**: **One E2E binary to support all UEFI platform**:
ACRN can support both ApolloLake (APL) and KabbyLake (KBL) NUCs. ACRN can support both Apollo Lake (APL) and Kaby Lake (KBL) NUCs.
Instead of having separate builds, this release offers community Instead of having separate builds, this release offers community
developers a single end-to-end reference build that supports both developers a single end-to-end reference build that supports both
UEFI hardware platforms, configured with a new boot parameter. UEFI hardware platforms, configured with a new boot parameter.
@ -52,7 +52,7 @@ See :ref:`getting_started` for more information.
**APL UP2 board with SBL firmware**: With this 0.5 release, ACRN **APL UP2 board with SBL firmware**: With this 0.5 release, ACRN
now supports APL UP2 board with slim Bootloader (SBL) firmware. now supports APL UP2 board with slim Bootloader (SBL) firmware.
Slim Bootloader is a modern, flexible, light-weither, open source Slim Bootloader is a modern, flexible, light-weight, open source
reference boot loader with key benefits such as being fast, small, reference boot loader with key benefits such as being fast, small,
customizable, and secure. An end-to-end reference build with customizable, and secure. An end-to-end reference build with
ACRN hypervisor, Clear Linux OS as SOS, and Clear Linux OS as UOS has been ACRN hypervisor, Clear Linux OS as SOS, and Clear Linux OS as UOS has been

View File

@ -4,7 +4,7 @@ Using PREEMPT_RT-Linux for real-time UOS
######################################## ########################################
The ACRN project uses various techniques to support a User OS (UOS) The ACRN project uses various techniques to support a User OS (UOS)
runing as virtual machine (VM) with real-time characteristics, also running as virtual machine (VM) with real-time characteristics, also
called a "Privileged VM" in ACRN terminology. Some of these techniques called a "Privileged VM" in ACRN terminology. Some of these techniques
include device passthrough and cache allocation technology (CAT), as include device passthrough and cache allocation technology (CAT), as
shown in :numref:`rt-linux-arch`. shown in :numref:`rt-linux-arch`.

View File

@ -249,7 +249,7 @@ embedded development through an open source platform. In this
section, we'll focus on two major components: section, we'll focus on two major components:
* one is the basic idea of * one is the basic idea of
secure world and unsecure world isolation (so called one-vm, secure world and insecure world isolation (so called one-vm,
two-worlds), two-worlds),
* the other one is the secure storage virtualization in ACRN. * the other one is the secure storage virtualization in ACRN.