summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi62.h
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:36 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitb219e2cd4cf52a4f5c37e1cdf871fb6a49f8a911 (patch)
tree22ae0ea59fd11cf5741488196595ada1faf1d456 /MdePkg/Include/IndustryStandard/Acpi62.h
parent0dbaba42399c0e1a1b432a417a67c5bebe750e84 (diff)
downloadedk2-b219e2cd4cf52a4f5c37e1cdf871fb6a49f8a911.tar.gz
edk2-b219e2cd4cf52a4f5c37e1cdf871fb6a49f8a911.tar.bz2
edk2-b219e2cd4cf52a4f5c37e1cdf871fb6a49f8a911.zip
MdePkg/IndustryStandard: Fix various typos
Fix various typos in comments and documentation. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-24-philmd@redhat.com>
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi62.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi62.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi62.h b/MdePkg/Include/IndustryStandard/Acpi62.h
index e60d1dfce6..5a5e9b8112 100644
--- a/MdePkg/Include/IndustryStandard/Acpi62.h
+++ b/MdePkg/Include/IndustryStandard/Acpi62.h
@@ -1281,7 +1281,7 @@ typedef struct {
///
UINT64 ExitBootServicesEntry;
///
- /// Timer value logged at the point just prior towhen the OS loader gaining
+ /// Timer value logged at the point just prior to when the OS loader gaining
/// control back from calls the ExitBootServices function for UEFI compatible firmware.
/// For non-UEFI compatible boots, this field must be zero.
///
@@ -1650,13 +1650,13 @@ typedef struct {
#define EFI_ACPI_6_2_SECURE_DEVICES_TABLE_REVISION 0x01
///
-/// Secure Devcice types
+/// Secure Device types
///
#define EFI_ACPI_6_2_SDEV_TYPE_PCIE_ENDPOINT_DEVICE 0x01
#define EFI_ACPI_6_2_SDEV_TYPE_ACPI_NAMESPACE_DEVICE 0x00
///
-/// Secure Devcice flags
+/// Secure Device flags
///
#define EFI_ACPI_6_2_SDEV_FLAG_ALLOW_HANDOFF BIT0
@@ -2890,7 +2890,7 @@ typedef struct {
#define EFI_ACPI_6_2_SOFTWARE_LICENSING_TABLE_SIGNATURE SIGNATURE_32('S', 'L', 'I', 'C')
///
-/// "SPCR" Serial Port Concole Redirection Table
+/// "SPCR" Serial Port Console Redirection Table
///
#define EFI_ACPI_6_2_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGNATURE SIGNATURE_32('S', 'P', 'C', 'R')