public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: Philippe Mathieu-Daude <philmd@redhat.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Cc: Antoine Coeur <coeur@gmx.fr>, "Gao, Liming" <liming.gao@intel.com>
Subject: Re: [PATCH 25/79] MdePkg/IndustryStandard: Fix various typos
Date: Wed, 4 Dec 2019 01:35:32 +0000	[thread overview]
Message-ID: <E92EE9817A31E24EB0585FDF735412F5B9E28A78@ORSMSX113.amr.corp.intel.com> (raw)
In-Reply-To: <20191203161602.15969-26-philmd@redhat.com>

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Tuesday, December 3, 2019 8:15 AM
> To: devel@edk2.groups.io
> Cc: Antoine Coeur <coeur@gmx.fr>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming
> <liming.gao@intel.com>; Philippe Mathieu-Daude
> <philmd@redhat.com>
> Subject: [PATCH 25/79] MdePkg/IndustryStandard: Fix
> various typos
> 
> From: Antoine Coeur <coeur@gmx.fr>
> 
> Fix various typos in comments and documentation.
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
> Signed-off-by: Philippe Mathieu-Daude
> <philmd@redhat.com>
> ---
>  MdePkg/Include/IndustryStandard/Acpi10.h          |  4
> +-
>  MdePkg/Include/IndustryStandard/Acpi20.h          |  4
> +-
>  MdePkg/Include/IndustryStandard/Acpi30.h          |  4
> +-
>  MdePkg/Include/IndustryStandard/Acpi40.h          |  2
> +-
>  MdePkg/Include/IndustryStandard/Acpi50.h          |  6
> +--
>  MdePkg/Include/IndustryStandard/Acpi51.h          |  4
> +-
>  MdePkg/Include/IndustryStandard/Acpi60.h          |  4
> +-
>  MdePkg/Include/IndustryStandard/Acpi61.h          |  4
> +-
>  MdePkg/Include/IndustryStandard/Acpi62.h          |  8
> ++--
>  MdePkg/Include/IndustryStandard/Atapi.h           | 40
> ++++++++++----------
>  MdePkg/Include/IndustryStandard/ElTorito.h        |  4
> +-
>  MdePkg/Include/IndustryStandard/Emmc.h            |  2
> +-
>  MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h |  4
> +-
>  MdePkg/Include/IndustryStandard/Nvme.h            | 10
> ++---
>  MdePkg/Include/IndustryStandard/Pci22.h           | 20
> +++++-----
>  MdePkg/Include/IndustryStandard/PeImage.h         |  2
> +-
>  MdePkg/Include/IndustryStandard/Scsi.h            |  2
> +-
>  MdePkg/Include/IndustryStandard/SmBus.h           |  2
> +-
>  MdePkg/Include/IndustryStandard/Tpm12.h           |  2
> +-
>  19 files changed, 64 insertions(+), 64 deletions(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi10.h
> b/MdePkg/Include/IndustryStandard/Acpi10.h
> index a38d2be61cc3..fa06eefbb6e6 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi10.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi10.h
> @@ -37,7 +37,7 @@ typedef struct {
>  #pragma pack()
> 
>  //
> -// Define for Desriptor
> +// Define for Descriptor
>  //
>  #define ACPI_SMALL_ITEM_FLAG                   0x00
>  #define ACPI_LARGE_ITEM_FLAG                   0x01
> @@ -109,7 +109,7 @@ typedef struct {
>  #pragma pack(1)
> 
>  ///
> -/// The commond definition of QWORD, DWORD, and WORD
> +/// The common definition of QWORD, DWORD, and WORD
>  /// Address Space Descriptors.
>  ///
>  typedef PACKED struct {
> diff --git a/MdePkg/Include/IndustryStandard/Acpi20.h
> b/MdePkg/Include/IndustryStandard/Acpi20.h
> index 8a0adbbb6a97..b63d494705a2 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi20.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi20.h
> @@ -11,7 +11,7 @@
>  #include <IndustryStandard/Acpi10.h>
> 
>  //
> -// Define for Desriptor
> +// Define for Descriptor
>  //
>  #define ACPI_LARGE_GENERIC_REGISTER_DESCRIPTOR_NAME
> 0x02
> 
> @@ -505,7 +505,7 @@ typedef struct {
>  #define
> EFI_ACPI_2_0_SYSTEM_LOCALITY_INFORMATION_TABLE_SIGNATUR
> E  SIGNATURE_32('S', 'L', 'I', 'T')
> 
>  ///
> -/// "SPCR" Serial Port Concole Redirection Table
> +/// "SPCR" Serial Port Console Redirection Table
>  ///
>  #define
> EFI_ACPI_2_0_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi30.h
> b/MdePkg/Include/IndustryStandard/Acpi30.h
> index 0fc947e745f4..6a7fc39c256e 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi30.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi30.h
> @@ -11,7 +11,7 @@
>  #include <IndustryStandard/Acpi20.h>
> 
>  //
> -// Define for Desriptor
> +// Define for Descriptor
>  //
>  #define
> ACPI_LARGE_EXTENDED_ADDRESS_SPACE_DESCRIPTOR_NAME
> 0x0B
> 
> @@ -684,7 +684,7 @@ typedef struct {
>  #define
> EFI_ACPI_3_0_PCI_EXPRESS_MEMORY_MAPPED_CONFIGURATION_SP
> ACE_BASE_ADDRESS_DESCRIPTION_TABLE_SIGNATURE
> SIGNATURE_32('M', 'C', 'F', 'G')
> 
>  ///
> -/// "SPCR" Serial Port Concole Redirection Table
> +/// "SPCR" Serial Port Console Redirection Table
>  ///
>  #define
> EFI_ACPI_3_0_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi40.h
> b/MdePkg/Include/IndustryStandard/Acpi40.h
> index 53ec90c04243..c03ba7a6290b 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi40.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi40.h
> @@ -1264,7 +1264,7 @@ typedef struct {
>  #define
> EFI_ACPI_4_0_MANAGEMENT_CONTROLLER_HOST_INTERFACE_TABLE
> _SIGNATURE  SIGNATURE_32('M', 'C', 'H', 'I')
> 
>  ///
> -/// "SPCR" Serial Port Concole Redirection Table
> +/// "SPCR" Serial Port Console Redirection Table
>  ///
>  #define
> EFI_ACPI_4_0_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi50.h
> b/MdePkg/Include/IndustryStandard/Acpi50.h
> index 067ab68c3428..46dcdb950741 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi50.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi50.h
> @@ -12,7 +12,7 @@
>  #include <IndustryStandard/Acpi40.h>
> 
>  //
> -// Define for Desriptor
> +// Define for Descriptor
>  //
>  #define ACPI_SMALL_FIXED_DMA_DESCRIPTOR_NAME
> 0x0A
>  #define ACPI_LARGE_GPIO_CONNECTION_DESCRIPTOR_NAME
> 0x0C
> @@ -1201,7 +1201,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.
>    ///
> @@ -2063,7 +2063,7 @@ typedef struct {
>  #define
> EFI_ACPI_5_0_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_5_0_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi51.h
> b/MdePkg/Include/IndustryStandard/Acpi51.h
> index e80b93f49a6a..0132f25de8ce 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi51.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi51.h
> @@ -1154,7 +1154,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.
>    ///
> @@ -2084,7 +2084,7 @@ typedef struct {
>  #define
> EFI_ACPI_5_1_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_5_1_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi60.h
> b/MdePkg/Include/IndustryStandard/Acpi60.h
> index 521d8a5b2ebd..94a30a81b369 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi60.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi60.h
> @@ -1169,7 +1169,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.
>    ///
> @@ -2327,7 +2327,7 @@ typedef struct {
>  #define
> EFI_ACPI_6_0_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_0_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi61.h
> b/MdePkg/Include/IndustryStandard/Acpi61.h
> index 6fac6506ccfb..985c8273ce61 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi61.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi61.h
> @@ -1169,7 +1169,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.
>    ///
> @@ -2359,7 +2359,7 @@ typedef struct {
>  #define
> EFI_ACPI_6_1_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_1_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi62.h
> b/MdePkg/Include/IndustryStandard/Acpi62.h
> index e60d1dfce6ce..5a5e9b811247 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_SIGN
> ATURE  SIGNATURE_32('S', 'P', 'C', 'R')
> 
> diff --git a/MdePkg/Include/IndustryStandard/Atapi.h
> b/MdePkg/Include/IndustryStandard/Atapi.h
> index 43d0b58ae6ec..d9abe7f28fad 100644
> --- a/MdePkg/Include/IndustryStandard/Atapi.h
> +++ b/MdePkg/Include/IndustryStandard/Atapi.h
> @@ -484,33 +484,33 @@ typedef union {
>  //
>  // ATA Packet Command Code
>  //
> -#define ATA_CMD_FORMAT_UNIT
> 0x04   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> +#define ATA_CMD_FORMAT_UNIT
> 0x04   ///< defined in ATAPI Removable Rewritable Media
> Devices
>  #define ATA_CMD_SOFT_RESET
> 0x08   ///< defined from ATA-3
>  #define ATA_CMD_PACKET
> 0xA0   ///< defined from ATA-3
>  #define ATA_CMD_IDENTIFY_DEVICE
> 0xA1   ///< defined from ATA-3
>  #define ATA_CMD_SERVICE
> 0xA2   ///< defined from ATA-3
>  #define ATA_CMD_TEST_UNIT_READY
> 0x00   ///< defined from ATA-1
>  #define ATA_CMD_REQUEST_SENSE
> 0x03   ///< defined from ATA-4
> -#define ATA_CMD_INQUIRY
> 0x12   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_READ_FORMAT_CAPACITY
> 0x23   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_READ_CAPACITY
> 0x25   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_READ_10
> 0x28   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_WRITE_10
> 0x2A   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_ATAPI_SEEK
> 0x2B   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_WRITE_AND_VERIFY
> 0x2E   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_VERIFY
> 0x2F   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_READ_12
> 0xA8   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_WRITE_12
> 0xAA   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_START_STOP_UNIT
> 0x1B   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_PREVENT_ALLOW_MEDIA_REMOVAL
> 0x1E   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -#define ATA_CMD_MODE_SELECT
> 0x55   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> +#define ATA_CMD_INQUIRY
> 0x12   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_READ_FORMAT_CAPACITY
> 0x23   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_READ_CAPACITY
> 0x25   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_READ_10
> 0x28   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_WRITE_10
> 0x2A   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_ATAPI_SEEK
> 0x2B   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_WRITE_AND_VERIFY
> 0x2E   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_VERIFY
> 0x2F   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_READ_12
> 0xA8   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_WRITE_12
> 0xAA   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_START_STOP_UNIT
> 0x1B   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_PREVENT_ALLOW_MEDIA_REMOVAL
> 0x1E   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +#define ATA_CMD_MODE_SELECT
> 0x55   ///< defined in ATAPI Removable Rewritable Media
> Devices
> 
> -#define ATA_CMD_MODE_SENSE
> 0x5A   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -    #define ATA_PAGE_CODE_READ_WRITE_ERROR
> 0x01   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -    #define ATA_PAGE_CODE_CACHING_PAGE
> 0x08   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -    #define ATA_PAGE_CODE_REMOVABLE_BLOCK_CAPABILITIES
> 0x1B   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -    #define ATA_PAGE_CODE_TIMER_PROTECT_PAGE
> 0x1C   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> -    #define ATA_PAGE_CODE_RETURN_ALL_PAGES
> 0x3F   ///< defined in ATAPI Removable Rewritable Media
> Devcies
> +#define ATA_CMD_MODE_SENSE
> 0x5A   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +    #define ATA_PAGE_CODE_READ_WRITE_ERROR
> 0x01   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +    #define ATA_PAGE_CODE_CACHING_PAGE
> 0x08   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +    #define ATA_PAGE_CODE_REMOVABLE_BLOCK_CAPABILITIES
> 0x1B   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +    #define ATA_PAGE_CODE_TIMER_PROTECT_PAGE
> 0x1C   ///< defined in ATAPI Removable Rewritable Media
> Devices
> +    #define ATA_PAGE_CODE_RETURN_ALL_PAGES
> 0x3F   ///< defined in ATAPI Removable Rewritable Media
> Devices
> 
>  #define ATA_CMD_GET_CONFIGURATION
> 0x46   ///< defined in ATAPI Multimedia Devices
>     #define ATA_GCCD_RT_FIELD_VALUE_ALL
> 0x00   ///< defined in ATAPI Multimedia Devices
> diff --git a/MdePkg/Include/IndustryStandard/ElTorito.h
> b/MdePkg/Include/IndustryStandard/ElTorito.h
> index 31d02bcf1339..94b55d842f3c 100644
> --- a/MdePkg/Include/IndustryStandard/ElTorito.h
> +++ b/MdePkg/Include/IndustryStandard/ElTorito.h
> @@ -1,6 +1,6 @@
>  /** @file
>    ElTorito Partitions Format Definition.
> -  This file includes some defintions from
> +  This file includes some definitions from
>    1. "El Torito" Bootable CD-ROM Format Specification,
> Version 1.0.
>    2. Volume and File Structure of CDROM for
> Information Interchange,
>       Standard ECMA-119. (IS0 9660)
> @@ -75,7 +75,7 @@ typedef union {
>    } BootRecordVolume;
> 
>    ///
> -  /// Primary Volumn Descriptor, defined in ISO 9660.
> +  /// Primary Volume Descriptor, defined in ISO 9660.
>    ///
>    struct {
>      UINT8   Type;
> diff --git a/MdePkg/Include/IndustryStandard/Emmc.h
> b/MdePkg/Include/IndustryStandard/Emmc.h
> index 2055c4ca18d8..5cfc95800813 100644
> --- a/MdePkg/Include/IndustryStandard/Emmc.h
> +++ b/MdePkg/Include/IndustryStandard/Emmc.h
> @@ -224,7 +224,7 @@ typedef struct {
>    UINT8   MinPerfW8B52M;                          //
> Minimum Write Performance for 8bit at 52MHz [210]
>    UINT8   Reserved17;                             //
> Reserved [211]
>    UINT8   SecCount[4];                            //
> Sector Count [215:212]
> -  UINT8   SleepNotificationTime;                  //
> Sleep Notification Timout [216]
> +  UINT8   SleepNotificationTime;                  //
> Sleep Notification Timeout [216]
>    UINT8   SATimeout;                              //
> Sleep/awake timeout [217]
>    UINT8   ProductionStateAwarenessTimeout;        //
> Production state awareness timeout [218]
>    UINT8   SCVccq;                                 //
> Sleep current (VCCQ) [219]
> diff --git
> a/MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h
> b/MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h
> index 79af969a20c6..3c2084048481 100644
> --- a/MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h
> +++ b/MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h
> @@ -127,12 +127,12 @@
>  //
> 
>  //
> -//  Definitions for Prepare for Discoveery command
> +//  Definitions for Prepare for Discovery command
>  //
>  #define IPMI_BRIDGE_PREPARE_FOR_DISCOVERY  0x10
> 
>  //
> -//  Constants and Structure definitions for "Prepare
> for Discoveery" command to follow here
> +//  Constants and Structure definitions for "Prepare
> for Discovery" command to follow here
>  //
> 
>  //
> diff --git a/MdePkg/Include/IndustryStandard/Nvme.h
> b/MdePkg/Include/IndustryStandard/Nvme.h
> index 9468a73d7066..9b19a2074b0d 100644
> --- a/MdePkg/Include/IndustryStandard/Nvme.h
> +++ b/MdePkg/Include/IndustryStandard/Nvme.h
> @@ -309,11 +309,11 @@ typedef struct {
>    UINT32 Exlat;             /* Exit Latency */
>    UINT8  Rrt:5;             /* Relative Read
> Throughput */
>    UINT8  Rsvd3:3;           /* Reserved as of Nvm
> Express 1.1 Spec */
> -  UINT8  Rrl:5;             /* Relative Read Leatency
> */
> +  UINT8  Rrl:5;             /* Relative Read Latency
> */
>    UINT8  Rsvd4:3;           /* Reserved as of Nvm
> Express 1.1 Spec */
>    UINT8  Rwt:5;             /* Relative Write
> Throughput */
>    UINT8  Rsvd5:3;           /* Reserved as of Nvm
> Express 1.1 Spec */
> -  UINT8  Rwl:5;             /* Relative Write Leatency
> */
> +  UINT8  Rwl:5;             /* Relative Write Latency
> */
>    UINT8  Rsvd6:3;           /* Reserved as of Nvm
> Express 1.1 Spec */
>    UINT8  Rsvd7[16];         /* Reserved as of Nvm
> Express 1.1 Spec */
>  } NVME_PSDESCRIPTOR;
> @@ -329,7 +329,7 @@ typedef struct {
>    UINT16 Ssvid;               /* PCI sub-system vendor
> ID */
>    UINT8  Sn[20];              /* Product serial number
> */
> 
> -  UINT8  Mn[40];              /* Proeduct model number
> */
> +  UINT8  Mn[40];              /* Product model number
> */
>    UINT8  Fr[8];               /* Firmware Revision */
>    UINT8  Rab;                 /* Recommended
> Arbitration Burst */
>    UINT8  Ieee_oui[3];         /* Organization Unique
> Identifier */
> @@ -657,7 +657,7 @@ typedef union {
>  //
>  typedef struct {
>    //
> -  // CDW 0, Common to all comnmands
> +  // CDW 0, Common to all commands
>    //
>    UINT8  Opc;               // Opcode
>    UINT8  Fuse:2;            // Fused Operation
> @@ -869,7 +869,7 @@ typedef struct {
>    //
>    UINT8  AvailableSpareThreshold;
>    //
> -  // Contains a vendor specific estimate of the
> percentage of NVM subsystem life used based on the
> actual usage and the manufacturer?s prediction of NVM
> life. A value of 100 indicates that the estimated
> endurance of the NVM in the NVM subsystem has been
> consumed, but may not indicate an NVM subsystem
> failure. The value is allowed to exceed 100.
> Percentages greater than 254 shall be represented as
> 255. This value shall be updated once per power-on hour
> (when the controller is not in a sleep state).
> +  // Contains a vendor specific estimate of the
> percentage of NVM subsystem life used based on the
> actual usage and the manufacturer's prediction of NVM
> life. A value of 100 indicates that the estimated
> endurance of the NVM in the NVM subsystem has been
> consumed, but may not indicate an NVM subsystem
> failure. The value is allowed to exceed 100.
> Percentages greater than 254 shall be represented as
> 255. This value shall be updated once per power-on hour
> (when the controller is not in a sleep state).
>    //
>    UINT8  PercentageUsed;
>    UINT8  Reserved1[26];
> diff --git a/MdePkg/Include/IndustryStandard/Pci22.h
> b/MdePkg/Include/IndustryStandard/Pci22.h
> index 5fd054c4cfbe..81a854f69577 100644
> --- a/MdePkg/Include/IndustryStandard/Pci22.h
> +++ b/MdePkg/Include/IndustryStandard/Pci22.h
> @@ -5,7 +5,7 @@
>      PCI Local Bus Specification, 2.2
>      PCI-to-PCI Bridge Architecture Specification,
> Revision 1.2
>      PC Card Standard, 8.0
> -    PCI Power Management Interface Specifiction,
> Revision 1.2
> +    PCI Power Management Interface Specification,
> Revision 1.2
> 
>    Copyright (c) 2006 - 2018, Intel Corporation. All
> rights reserved.<BR>
>    Copyright (c) 2014 - 2015, Hewlett-Packard
> Development Company, L.P.<BR>
> @@ -111,11 +111,11 @@ typedef union {
>  } PCI_TYPE_GENERIC;
> 
>  ///
> -/// CardBus Conroller Configuration Space,
> +/// CardBus Controller Configuration Space,
>  /// Section 4.5.1, PC Card Standard. 8.0
>  ///
>  typedef struct {
> -  UINT32  CardBusSocketReg;     ///< Cardus
> Socket/ExCA Base
> +  UINT32  CardBusSocketReg;     ///< Cardbus
> Socket/ExCA Base
>    UINT8   Cap_Ptr;
>    UINT8   Reserved;
>    UINT16  SecondaryStatus;      ///< Secondary Status
> @@ -222,7 +222,7 @@ typedef struct {
>  #define     PCI_IF_8259_PIC               0x00
>  #define     PCI_IF_ISA_PIC                0x01
>  #define     PCI_IF_EISA_PIC               0x02
> -#define     PCI_IF_APIC_CONTROLLER        0x10  ///<
> I/O APIC interrupt controller , 32 bye none-prefectable
> memory.
> +#define     PCI_IF_APIC_CONTROLLER        0x10  ///<
> I/O APIC interrupt controller , 32 byte none-
> prefetchable memory.
>  #define     PCI_IF_APIC_CONTROLLER2       0x20
>  #define   PCI_SUBCLASS_DMA              0x01
>  #define     PCI_IF_8237_DMA               0x00
> @@ -509,7 +509,7 @@ typedef struct {
>  #define IS_PCI_MULTI_FUNC(_p)         ((_p)-
> >Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
> 
>  ///
> -/// Rom Base Address in Bridge, defined in PCI-to-PCI
> Bridge Architecure Specification,
> +/// Rom Base Address in Bridge, defined in PCI-to-PCI
> Bridge Architecture Specification,
>  ///
>  #define PCI_BRIDGE_ROMBAR             0x38
> 
> @@ -642,7 +642,7 @@ typedef struct {
> 
>  ///
>  /// PMC - Power Management Capabilities
> -/// Section 3.2.3, PCI Power Management Interface
> Specifiction, Revision 1.2
> +/// Section 3.2.3, PCI Power Management Interface
> Specification, Revision 1.2
>  ///
>  typedef union {
>    struct {
> @@ -662,7 +662,7 @@ typedef union {
> 
>  ///
>  /// PMCSR - Power Management Control/Status
> -/// Section 3.2.4, PCI Power Management Interface
> Specifiction, Revision 1.2
> +/// Section 3.2.4, PCI Power Management Interface
> Specification, Revision 1.2
>  ///
>  typedef union {
>    struct {
> @@ -685,7 +685,7 @@ typedef union {
> 
>  ///
>  /// PMCSR_BSE - PMCSR PCI-to-PCI Bridge Support
> Extensions
> -/// Section 3.2.5, PCI Power Management Interface
> Specifiction, Revision 1.2
> +/// Section 3.2.5, PCI Power Management Interface
> Specification, Revision 1.2
>  ///
>  typedef union {
>    struct {
> @@ -698,7 +698,7 @@ typedef union {
> 
>  ///
>  /// Power Management Register Block Definition
> -/// Section 3.2, PCI Power Management Interface
> Specifiction, Revision 1.2
> +/// Section 3.2, PCI Power Management Interface
> Specification, Revision 1.2
>  ///
>  typedef struct {
>    EFI_PCI_CAPABILITY_HDR  Hdr;
> @@ -732,7 +732,7 @@ typedef struct {
> 
>  ///
>  /// Slot Numbering Capabilities Register
> -/// Section 3.2.6, PCI-to-PCI Bridge Architeture
> Specification, Revision 1.2
> +/// Section 3.2.6, PCI-to-PCI Bridge Architecture
> Specification, Revision 1.2
>  ///
>  typedef struct {
>    EFI_PCI_CAPABILITY_HDR  Hdr;
> diff --git a/MdePkg/Include/IndustryStandard/PeImage.h
> b/MdePkg/Include/IndustryStandard/PeImage.h
> index 720bb084ac42..a3d9bbed757b 100644
> --- a/MdePkg/Include/IndustryStandard/PeImage.h
> +++ b/MdePkg/Include/IndustryStandard/PeImage.h
> @@ -92,7 +92,7 @@ typedef struct {
>  //
>  #define EFI_IMAGE_FILE_RELOCS_STRIPPED      BIT0
> ///< 0x0001  Relocation info stripped from file.
>  #define EFI_IMAGE_FILE_EXECUTABLE_IMAGE     BIT1
> ///< 0x0002  File is executable  (i.e. no unresolved
> externel references).
> -#define EFI_IMAGE_FILE_LINE_NUMS_STRIPPED   BIT2
> ///< 0x0004  Line nunbers stripped from file.
> +#define EFI_IMAGE_FILE_LINE_NUMS_STRIPPED   BIT2
> ///< 0x0004  Line numbers stripped from file.
>  #define EFI_IMAGE_FILE_LOCAL_SYMS_STRIPPED  BIT3
> ///< 0x0008  Local symbols stripped from file.
>  #define EFI_IMAGE_FILE_BYTES_REVERSED_LO    BIT7
> ///< 0x0080  Bytes of machine word are reversed.
>  #define EFI_IMAGE_FILE_32BIT_MACHINE        BIT8
> ///< 0x0100  32 bit word machine.
> diff --git a/MdePkg/Include/IndustryStandard/Scsi.h
> b/MdePkg/Include/IndustryStandard/Scsi.h
> index d03886417f86..3e966520a185 100644
> --- a/MdePkg/Include/IndustryStandard/Scsi.h
> +++ b/MdePkg/Include/IndustryStandard/Scsi.h
> @@ -154,7 +154,7 @@
>  #define EFI_SCSI_OP_SEND_VOL_TAG      0xb6
> 
>  //
> -// Additional commands for Communition Devices
> +// Additional commands for Communication Devices
>  //
>  #define EFI_SCSI_OP_GET_MESSAGE6    0x08
>  #define EFI_SCSI_OP_GET_MESSAGE10   0x28
> diff --git a/MdePkg/Include/IndustryStandard/SmBus.h
> b/MdePkg/Include/IndustryStandard/SmBus.h
> index f5d6e5ef9b7d..024a7ba67a06 100644
> --- a/MdePkg/Include/IndustryStandard/SmBus.h
> +++ b/MdePkg/Include/IndustryStandard/SmBus.h
> @@ -1,5 +1,5 @@
>  /** @file
> -  This file declares the SMBus definitions defined in
> SmBus Specifciation V2.0
> +  This file declares the SMBus definitions defined in
> SmBus Specification V2.0
>    and defined in PI1.0 specification volume 5.
> 
>    Copyright (c) 2007 - 2018, Intel Corporation. All
> rights reserved.<BR>
> diff --git a/MdePkg/Include/IndustryStandard/Tpm12.h
> b/MdePkg/Include/IndustryStandard/Tpm12.h
> index 2537c192b3f8..e85a567e83be 100644
> --- a/MdePkg/Include/IndustryStandard/Tpm12.h
> +++ b/MdePkg/Include/IndustryStandard/Tpm12.h
> @@ -597,7 +597,7 @@ typedef struct
> tdTPM_CHANGEAUTH_VALIDATE {
> 
>  ///
>  /// Part 2, section 5.12: TPM_MIGRATIONKEYAUTH
> -///   decalared after section 10 to catch declaration
> of TPM_PUBKEY
> +///   declared after section 10 to catch declaration
> of TPM_PUBKEY
>  ///
>  /// Part 2 section 10.1: TPM_KEY_PARMS
>  ///   [size_is(parmSize)] BYTE* parms;
> --
> 2.21.0


  reply	other threads:[~2019-12-04  1:35 UTC|newest]

Thread overview: 122+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-03 16:14 [PATCH 00/79] Fix a bunch of typos (part 1) Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 01/79] CryptoPkg/OpensslLib: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 02/79] EmbeddedPkg/FdtLib: Fix a typo Philippe Mathieu-Daudé
2019-12-03 16:58   ` Leif Lindholm
2019-12-03 16:14 ` [PATCH 03/79] EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 04/79] EmbeddedPkg/VirtualKeyboard: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 05/79] EmulatorPkg/Sec: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 06/79] EmulatorPkg/Unix: " Philippe Mathieu-Daudé
2019-12-20  6:38   ` Ni, Ray
2019-12-03 16:14 ` [PATCH 07/79] EmulatorPkg/Win: " Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 08/79] FatPkg/EnhancedFatDxe: " Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 09/79] FatPkg/FatPei: Fix few typos Philippe Mathieu-Daudé
2019-12-20  6:37   ` Ni, Ray
2019-12-03 16:14 ` [PATCH 10/79] IntelFsp2WrapperPkg: Fix various typos Philippe Mathieu-Daudé
2019-12-04  1:14   ` [edk2-devel] " Nate DeSimone
2019-12-04  1:22   ` Chiu, Chasel
2019-12-04  1:40     ` [edk2-devel] " Michael D Kinney
2019-12-04  2:30   ` Zeng, Star
2019-12-11  1:53   ` Chiu, Chasel
2019-12-03 16:14 ` [PATCH 11/79] MdeModulePkg/Application: Improve French translation Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 12/79] MdeModulePkg/Application: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 13/79] MdeModulePkg/Bus/Ata: " Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 14/79] MdeModulePkg/Bus/I2c: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 15/79] MdeModulePkg/Bus/Isa: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 16/79] MdeModulePkg/Bus/Scsi: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 17/79] MdeModulePkg/Bus/Sd: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 18/79] MdeModulePkg/Core/Pei: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 19/79] MdeModulePkg/Core/PiSmmCore: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 20/79] MdeModulePkg/UsbBusDxe: Fix a typo Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 21/79] MdeModulePkg/UsbMass: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 22/79] MdeModulePkg/UsbMouse: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 23/79] MdeModulePkg/UsbBus: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 24/79] MdeModulePkg/Usb: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 25/79] MdePkg/IndustryStandard: " Philippe Mathieu-Daudé
2019-12-04  1:35   ` Michael D Kinney [this message]
2019-12-03 16:15 ` [PATCH 26/79] MdePkg/Library/Dxe: " Philippe Mathieu-Daudé
2019-12-04  1:24   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 27/79] MdePkg/Library/Pci: " Philippe Mathieu-Daudé
2019-12-04  1:25   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 28/79] MdePkg/Library/Smm: " Philippe Mathieu-Daudé
2019-12-04  1:28   ` Michael D Kinney
2019-12-03 16:15 ` [PATCH 29/79] MdePkg/Ppi: " Philippe Mathieu-Daudé
2019-12-04  1:29   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 30/79] MdePkg/Register: " Philippe Mathieu-Daudé
2019-12-04  1:30   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 31/79] NetworkPkg: Fix a typo Philippe Mathieu-Daudé
2019-12-03 17:18   ` Leif Lindholm
2019-12-03 17:20     ` Philippe Mathieu-Daudé
2019-12-04 14:02       ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 32/79] NetworkPkg/ArpDxe: Fix various typos Philippe Mathieu-Daudé
2019-12-04 13:20   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 33/79] NetworkPkg/Dhcp4Dxe: " Philippe Mathieu-Daudé
2019-12-04 13:25   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 34/79] NetworkPkg/Dhcp6Dxe: " Philippe Mathieu-Daudé
2019-12-04 13:28   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 35/79] NetworkPkg/DnsDxe: Fix a typo Philippe Mathieu-Daudé
2019-12-04 13:35   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 36/79] NetworkPkg/DnsDxe: Fix various typos Philippe Mathieu-Daudé
2019-12-04 13:36   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 37/79] NetworkPkg/DpcDxe: Fix few typos Philippe Mathieu-Daudé
2019-12-04 13:37   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 38/79] NetworkPkg/HttpBootDxe: Fix a typo in variable name Philippe Mathieu-Daudé
2019-12-04 13:52   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 39/79] NetworkPkg/HttpBootDxe: Fix various typos Philippe Mathieu-Daudé
2019-12-04 13:53   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:26 ` [PATCH 00/79] Fix a bunch of typos (part 1) Cœur
     [not found] ` <20191203161602.15969-62-philmd@redhat.com>
2019-12-03 16:56   ` [PATCH 61/79] OvmfPkg/Xen: Fix various typos Anthony PERARD
2019-12-03 21:06     ` Laszlo Ersek
2019-12-04  3:39     ` Cœur
2019-12-04 16:07       ` [edk2-devel] " Michael D Kinney
2019-12-09 13:06         ` Philippe Mathieu-Daudé
2019-12-09 17:53           ` Michael D Kinney
     [not found] ` <20191203161602.15969-76-philmd@redhat.com>
2019-12-03 19:44   ` [PATCH 75/79] StandaloneMmPkg: Fix a typo Yao, Jiewen
     [not found] ` <20191203161602.15969-77-philmd@redhat.com>
2019-12-03 19:45   ` [PATCH 76/79] StandaloneMmPkg: Fix few typos Yao, Jiewen
     [not found] ` <20191203161602.15969-57-philmd@redhat.com>
2019-12-03 20:48   ` [PATCH 56/79] OvmfPkg/Acpi: " Laszlo Ersek
     [not found] ` <20191203161602.15969-58-philmd@redhat.com>
2019-12-03 20:50   ` [PATCH 57/79] OvmfPkg/Csm: Fix various typos Laszlo Ersek
2019-12-03 23:31     ` David Woodhouse
2019-12-04 14:07       ` [edk2-devel] " Philippe Mathieu-Daudé
     [not found] ` <20191203161602.15969-59-philmd@redhat.com>
2019-12-03 21:00   ` [PATCH 58/79] OvmfPkg/Qemu: " Laszlo Ersek
2019-12-09 12:55     ` Philippe Mathieu-Daudé
2019-12-09 13:00       ` Philippe Mathieu-Daudé
2019-12-09 16:12         ` Laszlo Ersek
2019-12-09 15:44       ` Laszlo Ersek
     [not found] ` <20191203161602.15969-60-philmd@redhat.com>
2019-12-03 21:00   ` [PATCH 59/79] OvmfPkg/Virtio: Fix few typos Laszlo Ersek
     [not found] ` <20191203161602.15969-79-philmd@redhat.com>
2019-12-03 21:04   ` [PATCH 78/79] UefiCpuPkg/PiSmm: Fix various typos Laszlo Ersek
2019-12-06  7:24   ` Dong, Eric
     [not found] ` <20191203161602.15969-80-philmd@redhat.com>
2019-12-03 21:05   ` [PATCH 79/79] UefiCpuPkg/Smm: " Laszlo Ersek
2019-12-06  7:24   ` Dong, Eric
     [not found] ` <20191203161602.15969-61-philmd@redhat.com>
2019-12-03 16:45   ` [PATCH 60/79] OvmfPkg/Xen: Fix a typo Anthony PERARD
2019-12-03 21:05   ` Laszlo Ersek
     [not found] ` <20191203161602.15969-73-philmd@redhat.com>
2019-12-04  1:03   ` [PATCH 72/79] SourceLevelDebugPkg/DebugAgent: Fix various typos Wu, Hao A
     [not found] ` <20191203161602.15969-74-philmd@redhat.com>
2019-12-04  1:03   ` [PATCH 73/79] SourceLevelDebugPkg/DebugCommunicationLib: " Wu, Hao A
     [not found] ` <20191203161602.15969-75-philmd@redhat.com>
2019-12-04  1:03   ` [PATCH 74/79] SourceLevelDebugPkg: Fix few typos Wu, Hao A
2019-12-04  1:16 ` [edk2-devel] [PATCH 00/79] Fix a bunch of typos (part 1) Nate DeSimone
2019-12-04  1:27   ` Liming Gao
2019-12-04  9:09     ` Laszlo Ersek
2019-12-04 14:57       ` Maciej Rabeda
2019-12-04 16:29   ` Philippe Mathieu-Daudé
2019-12-04 16:44     ` Leif Lindholm
2019-12-04 22:15       ` Laszlo Ersek
2019-12-04 22:18         ` Philippe Mathieu-Daudé
     [not found] ` <20191203161602.15969-78-philmd@redhat.com>
2019-12-03 21:03   ` [PATCH 77/79] UefiCpuPkg/CpuDxe: Fix few typos Laszlo Ersek
2019-12-06  7:24   ` Dong, Eric
     [not found] ` <20191203161602.15969-56-philmd@redhat.com>
2019-12-06 16:01   ` [PATCH 55/79] NetworkPkg/VlanConfigDxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-55-philmd@redhat.com>
2019-12-06 16:01   ` [PATCH 54/79] NetworkPkg/UefiPxeBcDxe: Fix various typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-52-philmd@redhat.com>
2019-12-06 16:01   ` [PATCH 51/79] NetworkPkg/Tls: Fix few typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-51-philmd@redhat.com>
2019-12-06 16:02   ` [PATCH 50/79] NetworkPkg/TcpDxe/Tcp: Fix various typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-47-philmd@redhat.com>
2019-12-06 16:02   ` [PATCH 46/79] NetworkPkg/Mtftp4Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-53-philmd@redhat.com>
2019-12-06 16:02   ` [PATCH 52/79] NetworkPkg/Udp4Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-54-philmd@redhat.com>
2019-12-06 16:03   ` [PATCH 53/79] NetworkPkg/Udp6Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-43-philmd@redhat.com>
2019-12-06 16:03   ` [PATCH 42/79] NetworkPkg/Ip6Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-45-philmd@redhat.com>
2019-12-06 16:04   ` [PATCH 44/79] NetworkPkg/Library: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-42-philmd@redhat.com>
2019-12-06 16:04   ` [PATCH 41/79] NetworkPkg/Ip4Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-50-philmd@redhat.com>
2019-12-06 16:04   ` [PATCH 49/79] NetworkPkg/TcpDxe/Sock: Fix few typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-48-philmd@redhat.com>
2019-12-06 16:05   ` [PATCH 47/79] NetworkPkg/Mtftp6Dxe: Fix various typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-46-philmd@redhat.com>
2019-12-06 16:05   ` [PATCH 45/79] NetworkPkg/MnpDxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-41-philmd@redhat.com>
2019-12-06 16:05   ` [PATCH 40/79] NetworkPkg/HttpDxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-49-philmd@redhat.com>
2019-12-06 16:09   ` [PATCH 48/79] NetworkPkg/SnpDxe: Fix few typos Rabeda, Maciej
2019-12-06 16:38     ` Philippe Mathieu-Daudé
2019-12-10  7:21 ` [PATCH 00/79] Fix a bunch of typos (part 1) Cœur
     [not found] ` <20191203161602.15969-70-philmd@redhat.com>
2019-12-13  2:33   ` [PATCH 69/79] ShellPkg/DynamicCommand: Fix various typos Gao, Zhichao
     [not found] ` <20191203161602.15969-69-philmd@redhat.com>
2019-12-13  2:33   ` [PATCH 68/79] ShellPkg/Application: " Gao, Zhichao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E92EE9817A31E24EB0585FDF735412F5B9E28A78@ORSMSX113.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox