Skip to content

Commit ae34fdd

Browse files
committed
doc: fix misspellings
Fix misspellings missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent a9482f4 commit ae34fdd

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

doc/developer-guides/GVT-g-kernel-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In the current configuration, we will set
8888
``i915.enable_initial_modeset=1`` in SOS and
8989
``i915.enable_initial_modeset=0`` in UOS.
9090

91-
This parmeter is not used on UEFI platforms.
91+
This parameter is not used on UEFI platforms.
9292

9393
i915.avail_planes_per_pipe and i915.domain_plane_owners
9494
*******************************************************

doc/release_notes_0.5.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ Version 0.5 new features
3636

3737
**OVMF support initial patches merged in ACRN**:
3838
To support booting Windows as a Guest OS, we are
39-
using Opensource Virtual Machine Firmware (OVMF).
39+
using Open source Virtual Machine Firmware (OVMF).
4040
Initial patches to support OVMF have been merged in ACRN hypervisor.
4141
More patches for ACRN and patches upstreaming to OVMF work will be continuing.
4242

4343
**UP2 board serial port support**:
4444
This release enables serial port debugging on UP2 boards during SOS and UOS boot.
4545

4646
**One E2E binary to support all UEFI platform**:
47-
ACRN can support both ApolloLake (APL) and KabbyLake (KBL) NUCs.
47+
ACRN can support both Apollo Lake (APL) and Kaby Lake (KBL) NUCs.
4848
Instead of having separate builds, this release offers community
4949
developers a single end-to-end reference build that supports both
5050
UEFI hardware platforms, configured with a new boot parameter.
5151
See :ref:`getting_started` for more information.
5252

5353
**APL UP2 board with SBL firmware**: With this 0.5 release, ACRN
5454
now supports APL UP2 board with slim Bootloader (SBL) firmware.
55-
Slim Bootloader is a modern, flexible, light-weither, open source
55+
Slim Bootloader is a modern, flexible, light-weight, open source
5656
reference boot loader with key benefits such as being fast, small,
5757
customizable, and secure. An end-to-end reference build with
5858
ACRN hypervisor, Clear Linux OS as SOS, and Clear Linux OS as UOS has been

doc/tutorials/rt_linux.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Using PREEMPT_RT-Linux for real-time UOS
44
########################################
55

66
The ACRN project uses various techniques to support a User OS (UOS)
7-
runing as virtual machine (VM) with real-time characteristics, also
7+
running as virtual machine (VM) with real-time characteristics, also
88
called a "Privileged VM" in ACRN terminology. Some of these techniques
99
include device passthrough and cache allocation technology (CAT), as
1010
shown in :numref:`rt-linux-arch`.
@@ -44,9 +44,9 @@ system on Intel KBL NUC with a SATA SSD as ``/dev/sda`` and an NVME SSD as
4444
1. Follow the :ref:`set-up-CL` instructions in the
4545
:ref:`getting-started-apl-nuc` to:
4646

47-
a. Install ClearLinux (version 26800 or higher) onto the NVMe
48-
#. Install ClearLinux (version 26800 or higher) onto the SATA SSD
49-
#. Set up ClearLinux on the SATA SSD as the Service OS (SOS) following
47+
a. Install Clear Linux (version 26800 or higher) onto the NVMe
48+
#. Install Clear Linux (version 26800 or higher) onto the SATA SSD
49+
#. Set up Clear Linux on the SATA SSD as the Service OS (SOS) following
5050
the :ref:`add-acrn-to-efi` instructions in the same guide.
5151

5252
#. Patch and build the Real-Time kernel

doc/tutorials/trustyACRN.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ embedded development through an open source platform. In this
249249
section, we'll focus on two major components:
250250

251251
* one is the basic idea of
252-
secure world and unsecure world isolation (so called one-vm,
252+
secure world and insecure world isolation (so called one-vm,
253253
two-worlds),
254254
* the other one is the secure storage virtualization in ACRN.
255255

0 commit comments

Comments
 (0)