summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Csm
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:07 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf221466ea77a897d0f21e2092d5564249ab828c1 (patch)
tree9a17662867a09c3bc1ecc9222766d6c5274a41ec /OvmfPkg/Csm
parente79bf8d707a13d5cd5b6c34f6cd2bf5c25b4ee9e (diff)
downloadedk2-f221466ea77a897d0f21e2092d5564249ab828c1.tar.gz
edk2-f221466ea77a897d0f21e2092d5564249ab828c1.tar.bz2
edk2-f221466ea77a897d0f21e2092d5564249ab828c1.zip
OvmfPkg/Acpi: Fix few typos
Fix few typos in comments and documentation. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-55-philmd@redhat.com>
Diffstat (limited to 'OvmfPkg/Csm')
-rw-r--r--OvmfPkg/Csm/Include/Protocol/IsaAcpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Csm/Include/Protocol/IsaAcpi.h b/OvmfPkg/Csm/Include/Protocol/IsaAcpi.h
index 12aeb1227c..0ff57aa118 100644
--- a/OvmfPkg/Csm/Include/Protocol/IsaAcpi.h
+++ b/OvmfPkg/Csm/Include/Protocol/IsaAcpi.h
@@ -131,7 +131,7 @@ EFI_STATUS
This services sets the power state of the ISA controller specified by Device to
the power state specified by OnOff. TRUE denotes on, FALSE denotes off.
- If the power state is sucessfully set on the ISA Controller, then
+ If the power state is successfully set on the ISA Controller, then
EFI_SUCCESS is returned.
@param[in] This The pointer to the EFI_ISA_ACPI_PROTOCOL instance.