From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web11.79042.1684114851239062003 for ; Sun, 14 May 2023 18:40:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=hRWU8kfO; spf=pass (domain: byosoft.com.cn, ip: 114.80.218.36, mailfrom: gaoliming@byosoft.com.cn) Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 7384BA32E050 for ; Mon, 15 May 2023 09:40:46 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1684114846; bh=FK9kQBN8ymxn8TqoNxmg4oH5gx5buxN+rM/8J8a0l6I=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=hRWU8kfOG9bGCzUNVZagSXVzpG6dAYOIqkmIWhi9H9bvhcxcv/36/6+9YCKb6rkIL CMMaVgawpPUV+XbiZJsUqW1t+5tot6ut+6uTtOtrvNkD/qfeKhVZixyw39SkVgPFqX Nzbjrc1ahUQ4NmJzFTYMb2azY4sNb05puBaToDUM= Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id DFF7DA32E0E1 for ; Mon, 15 May 2023 09:40:45 +0800 (CST) Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 149B9A32E099 for ; Mon, 15 May 2023 09:40:45 +0800 (CST) Authentication-Results: zrleap.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id AE3FCA32E065 for ; Mon, 15 May 2023 09:40:41 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Mon, 15 May 2023 09:40:35 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Giri Mudusuru'" , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Andrew Fish'" References: <109a0156b0c2c835c9f94e01e3cbe7386653448e.1683887096.git.girim@apple.com> In-Reply-To: <109a0156b0c2c835c9f94e01e3cbe7386653448e.1683887096.git.girim@apple.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0hdIE1kZVBrZyBJbmNsdWRlOiBGaXggdHlwb3M=?= Date: Mon, 15 May 2023 09:40:27 +0800 Message-ID: <013701d986ce$3f5154e0$bdf3fea0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQID2oWC1zqvKi39yX1DMzRiGHXuAK8F5zhw Sender: "gaoliming" Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Giri: How do you find these typos? Which tool do you use to scan the code? Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Giri Mudusuru > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA5=D4=C212=C8=D5 18:25 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Giri Mudusuru ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Andrew Fish > =D6=F7=CC=E2: [PATCH] MdePkg Include: Fix typos >=20 > compatability->compatibility > EFI_MEDIA_CHNAGED->EFI_MEDIA_CHANGED > Funtion->Function > exhausive->exhaustive > Propery->Property > StartAdress->StartAddress > sucessful->successful > writting->writing >=20 > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Andrew Fish > Signed-off-by: Giri Mudusuru > --- > MdePkg/Include/IndustryStandard/Acpi10.h | 2 +- > MdePkg/Include/Library/DebugLib.h | 50 > +++++++++---------- > MdePkg/Include/Library/PerformanceLib.h | 2 +- > MdePkg/Include/Library/PostCodeLib.h | 12 ++--- > MdePkg/Include/Library/ReportStatusCodeLib.h | 26 +++++----- > MdePkg/Include/Library/S3PciLib.h | 4 +- > MdePkg/Include/Library/S3PciSegmentLib.h | 4 +- > MdePkg/Include/Library/UefiLib.h | 2 +- > MdePkg/Include/Protocol/BlockIo.h | 4 +- > MdePkg/Include/Protocol/BlockIo2.h | 6 +-- > MdePkg/Include/Protocol/BlockIoCrypto.h | 2 +- > MdePkg/Include/Protocol/DiskIo.h | 4 +- > MdePkg/Include/Protocol/DiskIo2.h | 6 +-- > MdePkg/Include/Protocol/Ip4.h | 4 +- > MdePkg/Include/Protocol/Ip6.h | 4 +- > .../Protocol/NetworkInterfaceIdentifier.h | 4 +- > MdePkg/Include/Protocol/Pkcs7Verify.h | 2 +- > MdePkg/Include/Protocol/RamDisk.h | 2 +- > MdePkg/Include/Protocol/ScsiIo.h | 2 +- > MdePkg/Include/Protocol/ScsiPassThru.h | 2 +- > MdePkg/Include/Protocol/ServiceBinding.h | 2 +- > MdePkg/Include/Protocol/Shell.h | 2 +- > MdePkg/Include/Protocol/ShellDynamicCommand.h | 2 +- > MdePkg/Include/Protocol/Tcp4.h | 4 +- > MdePkg/Include/Protocol/Tcp6.h | 4 +- > MdePkg/Include/Protocol/Udp4.h | 4 +- > MdePkg/Include/Protocol/Udp6.h | 4 +- > MdePkg/Include/Protocol/UfsDeviceConfig.h | 2 +- > MdePkg/Include/Protocol/UgaDraw.h | 2 +- > MdePkg/Include/Protocol/Usb2HostController.h | 2 +- > MdePkg/Include/Protocol/UsbHostController.h | 2 +- > 31 files changed, 87 insertions(+), 87 deletions(-) >=20 > diff --git a/MdePkg/Include/IndustryStandard/Acpi10.h > b/MdePkg/Include/IndustryStandard/Acpi10.h > index 9cc02edb3e..5a47f8a54c 100644 > --- a/MdePkg/Include/IndustryStandard/Acpi10.h > +++ b/MdePkg/Include/IndustryStandard/Acpi10.h > @@ -321,7 +321,7 @@ typedef struct { > #define > EFI_ACPI_MEMORY_RESOURCE_SPECIFIC_FLAG_ADDRESS_RANGE_MEMOR > Y (0 << 3) >=20 > #define > EFI_ACPI_MEMORY_RESOURCE_SPECIFIC_FLAG_ADDRESS_RANGE_RESERV > ED (1 << 3) >=20 > #define > EFI_ACPI_MEMORY_RESOURCE_SPECIFIC_FLAG_ADDRESS_RANGE_ACPI > (2 << 3) >=20 > -#define > EFI_APCI_MEMORY_RESOURCE_SPECIFIC_FLAG_ADDRESS_RANGE_NVS > (3 << 3) >=20 > +#define > EFI_ACPI_MEMORY_RESOURCE_SPECIFIC_FLAG_ADDRESS_RANGE_NVS > (3 << 3) >=20 > // >=20 > // Bit [5] : Memory to I/O Translation, _TTP >=20 > // >=20 > diff --git a/MdePkg/Include/Library/DebugLib.h > b/MdePkg/Include/Library/DebugLib.h > index f0c9f64487..56c9e0c781 100644 > --- a/MdePkg/Include/Library/DebugLib.h > +++ b/MdePkg/Include/Library/DebugLib.h > @@ -185,8 +185,8 @@ DebugBPrint ( >=20 >=20 > Print a message of the form "ASSERT (): > \n" >=20 > to the debug output device. If > DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED bit of >=20 > - PcdDebugProperyMask is set then CpuBreakpoint() is called. = Otherwise, if >=20 > - DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED bit of > PcdDebugProperyMask is set then >=20 > + PcdDebugPropertyMask is set then CpuBreakpoint() is called. = Otherwise, if >=20 > + DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED bit of > PcdDebugPropertyMask is set then >=20 > CpuDeadLoop() is called. If neither of these bits are set, then = this > function >=20 > returns immediately after the message is printed to the debug = output > device. >=20 > DebugAssert() must actively prevent recursion. If DebugAssert() is called > while >=20 > @@ -234,10 +234,10 @@ DebugClearMemory ( > Returns TRUE if ASSERT() macros are enabled. >=20 >=20 >=20 > This function returns TRUE if the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of >=20 > - PcdDebugProperyMask is set. Otherwise, FALSE is returned. >=20 > + PcdDebugPropertyMask is set. Otherwise, FALSE is returned. >=20 >=20 >=20 > - @retval TRUE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED > bit of PcdDebugProperyMask is set. >=20 > - @retval FALSE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED > bit of PcdDebugProperyMask is clear. >=20 > + @retval TRUE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED > bit of PcdDebugPropertyMask is set. >=20 > + @retval FALSE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED > bit of PcdDebugPropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -250,10 +250,10 @@ DebugAssertEnabled ( > Returns TRUE if DEBUG() macros are enabled. >=20 >=20 >=20 > This function returns TRUE if the > DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of >=20 > - PcdDebugProperyMask is set. Otherwise, FALSE is returned. >=20 > + PcdDebugPropertyMask is set. Otherwise, FALSE is returned. >=20 >=20 >=20 > - @retval TRUE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED > bit of PcdDebugProperyMask is set. >=20 > - @retval FALSE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit > of PcdDebugProperyMask is clear. >=20 > + @retval TRUE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED > bit of PcdDebugPropertyMask is set. >=20 > + @retval FALSE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit > of PcdDebugPropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -266,10 +266,10 @@ DebugPrintEnabled ( > Returns TRUE if DEBUG_CODE() macros are enabled. >=20 >=20 >=20 > This function returns TRUE if the > DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of >=20 > - PcdDebugProperyMask is set. Otherwise, FALSE is returned. >=20 > + PcdDebugPropertyMask is set. Otherwise, FALSE is returned. >=20 >=20 >=20 > - @retval TRUE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit > of PcdDebugProperyMask is set. >=20 > - @retval FALSE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit > of PcdDebugProperyMask is clear. >=20 > + @retval TRUE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED > bit of PcdDebugPropertyMask is set. >=20 > + @retval FALSE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit > of PcdDebugPropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -282,10 +282,10 @@ DebugCodeEnabled ( > Returns TRUE if DEBUG_CLEAR_MEMORY() macro is enabled. >=20 >=20 >=20 > This function returns TRUE if the > DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of >=20 > - PcdDebugProperyMask is set. Otherwise, FALSE is returned. >=20 > + PcdDebugPropertyMask is set. Otherwise, FALSE is returned. >=20 >=20 >=20 > - @retval TRUE The DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED > bit of PcdDebugProperyMask is set. >=20 > - @retval FALSE The DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED > bit of PcdDebugProperyMask is clear. >=20 > + @retval TRUE The > DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of > PcdDebugPropertyMask is set. >=20 > + @retval FALSE The DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED > bit of PcdDebugPropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -384,7 +384,7 @@ UnitTestDebugAssert ( > Macro that calls DebugAssert() if an expression evaluates to FALSE. >=20 >=20 >=20 > If MDEPKG_NDEBUG is not defined and the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED >=20 > - bit of PcdDebugProperyMask is set, then this macro evaluates the Boolean >=20 > + bit of PcdDebugPropertyMask is set, then this macro evaluates the > Boolean >=20 > expression specified by Expression. If Expression evaluates to = FALSE, > then >=20 > DebugAssert() is called passing in the source filename, source line number, >=20 > and Expression. >=20 > @@ -410,7 +410,7 @@ UnitTestDebugAssert ( > Macro that calls DebugPrint(). >=20 >=20 >=20 > If MDEPKG_NDEBUG is not defined and the > DEBUG_PROPERTY_DEBUG_PRINT_ENABLED >=20 > - bit of PcdDebugProperyMask is set, then this macro passes = Expression to >=20 > + bit of PcdDebugPropertyMask is set, then this macro passes = Expression to >=20 > DebugPrint(). >=20 >=20 >=20 > @param Expression Expression containing an error level, a format > string, >=20 > @@ -433,7 +433,7 @@ UnitTestDebugAssert ( > Macro that calls DebugAssert() if an EFI_STATUS evaluates to an = error > code. >=20 >=20 >=20 > If MDEPKG_NDEBUG is not defined and the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED >=20 > - bit of PcdDebugProperyMask is set, then this macro evaluates the > EFI_STATUS >=20 > + bit of PcdDebugPropertyMask is set, then this macro evaluates the > EFI_STATUS >=20 > value specified by StatusParameter. If StatusParameter is an error code, >=20 > then DebugAssert() is called passing in the source filename, source line >=20 > number, and StatusParameter. >=20 > @@ -459,7 +459,7 @@ UnitTestDebugAssert ( > Macro that calls DebugAssert() if a RETURN_STATUS evaluates to an = error > code. >=20 >=20 >=20 > If MDEPKG_NDEBUG is not defined and the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED >=20 > - bit of PcdDebugProperyMask is set, then this macro evaluates the >=20 > + bit of PcdDebugPropertyMask is set, then this macro evaluates the >=20 > RETURN_STATUS value specified by StatusParameter. If > StatusParameter is an >=20 > error code, then DebugAssert() is called passing in the source filename, >=20 > source line number, and StatusParameter. >=20 > @@ -487,7 +487,7 @@ UnitTestDebugAssert ( > handle database. >=20 >=20 >=20 > If MDEPKG_NDEBUG is defined or the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit >=20 > - of PcdDebugProperyMask is clear, then return. >=20 > + of PcdDebugPropertyMask is clear, then return. >=20 >=20 >=20 > If Handle is NULL, then a check is made to see if the protocol specified by > Guid >=20 > is present on any handle in the handle database. If Handle is not NULL, > then >=20 > @@ -528,7 +528,7 @@ UnitTestDebugAssert ( > /** >=20 > Macro that marks the beginning of debug source code. >=20 >=20 >=20 > - If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of > PcdDebugProperyMask is set, >=20 > + If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of > PcdDebugPropertyMask is set, >=20 > then this macro marks the beginning of source code that is included = in a > module. >=20 > Otherwise, the source lines between DEBUG_CODE_BEGIN() and > DEBUG_CODE_END() >=20 > are not included in a module. >=20 > @@ -539,7 +539,7 @@ UnitTestDebugAssert ( > /** >=20 > The macro that marks the end of debug source code. >=20 >=20 >=20 > - If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of > PcdDebugProperyMask is set, >=20 > + If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of > PcdDebugPropertyMask is set, >=20 > then this macro marks the end of source code that is included in a module. >=20 > Otherwise, the source lines between DEBUG_CODE_BEGIN() and > DEBUG_CODE_END() >=20 > are not included in a module. >=20 > @@ -550,7 +550,7 @@ UnitTestDebugAssert ( > /** >=20 > The macro that declares a section of debug source code. >=20 >=20 >=20 > - If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of > PcdDebugProperyMask is set, >=20 > + If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of > PcdDebugPropertyMask is set, >=20 > then the source code specified by Expression is included in a = module. >=20 > Otherwise, the source specified by Expression is not included in a module. >=20 >=20 >=20 > @@ -563,7 +563,7 @@ UnitTestDebugAssert ( > /** >=20 > The macro that calls DebugClearMemory() to clear a buffer to a = default > value. >=20 >=20 >=20 > - If the DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of > PcdDebugProperyMask is set, >=20 > + If the DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of > PcdDebugPropertyMask is set, >=20 > then this macro calls DebugClearMemory() passing in Address and = Length. >=20 >=20 >=20 > @param Address The pointer to a buffer. >=20 > @@ -586,13 +586,13 @@ UnitTestDebugAssert ( > public data structure to retrieve a pointer to the private data structure. >=20 >=20 >=20 > If MDEPKG_NDEBUG is defined or the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit >=20 > - of PcdDebugProperyMask is clear, then this macro computes the = offset, in > bytes, >=20 > + of PcdDebugPropertyMask is clear, then this macro computes the = offset, in > bytes, >=20 > of the field specified by Field from the beginning of the data structure > specified >=20 > by TYPE. This offset is subtracted from Record, and is used to = return a > pointer >=20 > to a data structure of the type specified by TYPE. >=20 >=20 >=20 > If MDEPKG_NDEBUG is not defined and the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit >=20 > - of PcdDebugProperyMask is set, then this macro computes the offset, = in > bytes, >=20 > + of PcdDebugPropertyMask is set, then this macro computes the = offset, in > bytes, >=20 > of field specified by Field from the beginning of the data = structure > specified >=20 > by TYPE. This offset is subtracted from Record, and is used to = compute a > pointer >=20 > to a data structure of the type specified by TYPE. The Signature = field of > the >=20 > diff --git a/MdePkg/Include/Library/PerformanceLib.h > b/MdePkg/Include/Library/PerformanceLib.h > index d0f2dfb070..24e60d33d1 100644 > --- a/MdePkg/Include/Library/PerformanceLib.h > +++ b/MdePkg/Include/Library/PerformanceLib.h > @@ -10,7 +10,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > #define __PERFORMANCE_LIB_H__ >=20 >=20 >=20 > /// >=20 > -/// Performance library propery mask bits >=20 > +/// Performance library property mask bits >=20 > /// >=20 > #define PERFORMANCE_LIBRARY_PROPERTY_MEASUREMENT_ENABLED > 0x00000001 >=20 >=20 >=20 > diff --git a/MdePkg/Include/Library/PostCodeLib.h > b/MdePkg/Include/Library/PostCodeLib.h > index 80628d7999..5fd6ab3b36 100644 > --- a/MdePkg/Include/Library/PostCodeLib.h > +++ b/MdePkg/Include/Library/PostCodeLib.h > @@ -74,9 +74,9 @@ PostCodeWithDescription ( > bit of PcdPostCodePropertyMask is set. Otherwise FALSE is = returned. >=20 >=20 >=20 > @retval TRUE The POST_CODE_PROPERTY_POST_CODE_ENABLED > bit of >=20 > - PcdPostCodeProperyMask is set. >=20 > + PcdPostCodePropertyMask is set. >=20 > @retval FALSE The POST_CODE_PROPERTY_POST_CODE_ENABLED > bit of >=20 > - PcdPostCodeProperyMask is clear. >=20 > + PcdPostCodePropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -92,9 +92,9 @@ PostCodeEnabled ( > bit of PcdPostCodePropertyMask is set. Otherwise FALSE is = returned. >=20 >=20 >=20 > @retval TRUE The > POST_CODE_PROPERTY_POST_CODE_DESCRIPTION_ENABLED bit of >=20 > - PcdPostCodeProperyMask is set. >=20 > + PcdPostCodePropertyMask is set. >=20 > @retval FALSE The > POST_CODE_PROPERTY_POST_CODE_DESCRIPTION_ENABLED bit of >=20 > - PcdPostCodeProperyMask is clear. >=20 > + PcdPostCodePropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -106,7 +106,7 @@ PostCodeDescriptionEnabled ( > /** >=20 > Sends a 32-bit value to a POST card. >=20 >=20 >=20 > - If POST codes are enabled in PcdPostCodeProperyMask, then call > PostCode() >=20 > + If POST codes are enabled in PcdPostCodePropertyMask, then call > PostCode() >=20 > passing in Value. Value is returned. >=20 >=20 >=20 > @param Value The 32-bit value to write to the POST card. >=20 > @@ -120,7 +120,7 @@ PostCodeDescriptionEnabled ( > Sends a 32-bit value to a POST and associated ASCII string. >=20 >=20 >=20 > If POST codes and POST code descriptions are enabled in >=20 > - PcdPostCodeProperyMask, then call PostCodeWithDescription() passing = in >=20 > + PcdPostCodePropertyMask, then call PostCodeWithDescription() = passing > in >=20 > Value and Description. If only POST codes are enabled, then call > PostCode() >=20 > passing in Value. Value is returned. >=20 >=20 >=20 > diff --git a/MdePkg/Include/Library/ReportStatusCodeLib.h > b/MdePkg/Include/Library/ReportStatusCodeLib.h > index 3763e69928..3268e07aa6 100644 > --- a/MdePkg/Include/Library/ReportStatusCodeLib.h > +++ b/MdePkg/Include/Library/ReportStatusCodeLib.h > @@ -298,12 +298,12 @@ ReportStatusCodeEx ( > Returns TRUE if status codes of type EFI_PROGRESS_CODE are enabled >=20 >=20 >=20 > This function returns TRUE if the > REPORT_STATUS_CODE_PROPERTY_PROGRESS_CODE_ENABLED >=20 > - bit of PcdReportStatusCodeProperyMask is set. Otherwise FALSE is > returned. >=20 > + bit of PcdReportStatusCodePropertyMask is set. Otherwise FALSE is > returned. >=20 >=20 >=20 > @retval TRUE The > REPORT_STATUS_CODE_PROPERTY_PROGRESS_CODE_ENABLED bit of >=20 > - PcdReportStatusCodeProperyMask is set. >=20 > + PcdReportStatusCodePropertyMask is set. >=20 > @retval FALSE The > REPORT_STATUS_CODE_PROPERTY_PROGRESS_CODE_ENABLED bit of >=20 > - PcdReportStatusCodeProperyMask is clear. >=20 > + PcdReportStatusCodePropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -316,12 +316,12 @@ ReportProgressCodeEnabled ( > Returns TRUE if status codes of type EFI_ERROR_CODE are enabled >=20 >=20 >=20 > This function returns TRUE if the > REPORT_STATUS_CODE_PROPERTY_ERROR_CODE_ENABLED >=20 > - bit of PcdReportStatusCodeProperyMask is set. Otherwise, FALSE is > returned. >=20 > + bit of PcdReportStatusCodePropertyMask is set. Otherwise, FALSE is > returned. >=20 >=20 >=20 > @retval TRUE The > REPORT_STATUS_CODE_PROPERTY_ERROR_CODE_ENABLED bit of >=20 > - PcdReportStatusCodeProperyMask is set. >=20 > + PcdReportStatusCodePropertyMask is set. >=20 > @retval FALSE The > REPORT_STATUS_CODE_PROPERTY_ERROR_CODE_ENABLED bit of >=20 > - PcdReportStatusCodeProperyMask is clear. >=20 > + PcdReportStatusCodePropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -334,12 +334,12 @@ ReportErrorCodeEnabled ( > Returns TRUE if status codes of type EFI_DEBUG_CODE are enabled >=20 >=20 >=20 > This function returns TRUE if the > REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED >=20 > - bit of PcdReportStatusCodeProperyMask is set. Otherwise FALSE is > returned. >=20 > + bit of PcdReportStatusCodePropertyMask is set. Otherwise FALSE is > returned. >=20 >=20 >=20 > @retval TRUE The > REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED bit of >=20 > - PcdReportStatusCodeProperyMask is set. >=20 > + PcdReportStatusCodePropertyMask is set. >=20 > @retval FALSE The > REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED bit of >=20 > - PcdReportStatusCodeProperyMask is clear. >=20 > + PcdReportStatusCodePropertyMask is clear. >=20 >=20 >=20 > **/ >=20 > BOOLEAN >=20 > @@ -352,7 +352,7 @@ ReportDebugCodeEnabled ( > Reports a status code with minimal parameters if the status code = type is > enabled. >=20 >=20 >=20 > If the status code type specified by Type is enabled in >=20 > - PcdReportStatusCodeProperyMask, then call ReportStatusCode() = passing in > Type >=20 > + PcdReportStatusCodePropertyMask, then call ReportStatusCode() = passing > in Type >=20 > and Value. >=20 >=20 >=20 > @param Type The status code type. >=20 > @@ -377,7 +377,7 @@ ReportDebugCodeEnabled ( > status code type is enabled. >=20 >=20 >=20 > If the status code type specified by Type is enabled in >=20 > - PcdReportStatusCodeProperyMask, then call > ReportStatusCodeWithDevicePath() >=20 > + PcdReportStatusCodePropertyMask, then call > ReportStatusCodeWithDevicePath() >=20 > passing in Type, Value, and DevicePath. >=20 >=20 >=20 > @param Type The status code type. >=20 > @@ -407,7 +407,7 @@ ReportDebugCodeEnabled ( > is enabled. >=20 >=20 >=20 > If the status code type specified by Type is enabled in >=20 > - PcdReportStatusCodeProperyMask, then call > ReportStatusCodeWithExtendedData() >=20 > + PcdReportStatusCodePropertyMask, then call > ReportStatusCodeWithExtendedData() >=20 > passing in Type, Value, ExtendedData, and ExtendedDataSize. >=20 >=20 >=20 > @param Type The status code type. >=20 > @@ -438,7 +438,7 @@ ReportDebugCodeEnabled ( > Reports a status code specifying all parameters if the status code = type is > enabled. >=20 >=20 >=20 > If the status code type specified by Type is enabled in >=20 > - PcdReportStatusCodeProperyMask, then call ReportStatusCodeEx() = passing > in Type, >=20 > + PcdReportStatusCodePropertyMask, then call ReportStatusCodeEx() > passing in Type, >=20 > Value, Instance, CallerId, ExtendedDataGuid, ExtendedData, and > ExtendedDataSize. >=20 >=20 >=20 > @param Type The status code type. >=20 > diff --git a/MdePkg/Include/Library/S3PciLib.h > b/MdePkg/Include/Library/S3PciLib.h > index 1479859b84..185844d0c7 100644 > --- a/MdePkg/Include/Library/S3PciLib.h > +++ b/MdePkg/Include/Library/S3PciLib.h > @@ -985,7 +985,7 @@ S3PciBitFieldAndThenOr32 ( > Size into the buffer specified by Buffer. This function only allows = the PCI >=20 > configuration registers from a single PCI function to be read. Size = is >=20 > returned. When possible 32-bit PCI configuration read cycles are = used to > read >=20 > - from StartAdress to StartAddress + Size. Due to alignment = restrictions, > 8-bit >=20 > + from StartAddress to StartAddress + Size. Due to alignment restrictions, > 8-bit >=20 > and 16-bit PCI configuration read cycles may be used at the = beginning and > the >=20 > end of the range. >=20 >=20 >=20 > @@ -1018,7 +1018,7 @@ S3PciReadBuffer ( > Size from the buffer specified by Buffer. This function only allows = the PCI >=20 > configuration registers from a single PCI function to be written. = Size is >=20 > returned. When possible 32-bit PCI configuration write cycles are = used to >=20 > - write from StartAdress to StartAddress + Size. Due to alignment > restrictions, >=20 > + write from StartAddress to StartAddress + Size. Due to alignment > restrictions, >=20 > 8-bit and 16-bit PCI configuration write cycles may be used at the > beginning >=20 > and the end of the range. >=20 >=20 >=20 > diff --git a/MdePkg/Include/Library/S3PciSegmentLib.h > b/MdePkg/Include/Library/S3PciSegmentLib.h > index 5067d4fcbb..21863c2597 100644 > --- a/MdePkg/Include/Library/S3PciSegmentLib.h > +++ b/MdePkg/Include/Library/S3PciSegmentLib.h > @@ -970,7 +970,7 @@ S3PciSegmentBitFieldAndThenOr32 ( > Size into the buffer specified by Buffer. This function only allows = the PCI >=20 > configuration registers from a single PCI function to be read. Size = is >=20 > returned. When possible 32-bit PCI configuration read cycles are = used to > read >=20 > - from StartAdress to StartAddress + Size. Due to alignment = restrictions, > 8-bit >=20 > + from StartAddress to StartAddress + Size. Due to alignment restrictions, > 8-bit >=20 > and 16-bit PCI configuration read cycles may be used at the = beginning and > the >=20 > end of the range. >=20 >=20 >=20 > @@ -1003,7 +1003,7 @@ S3PciSegmentReadBuffer ( > Size from the buffer specified by Buffer. This function only allows = the PCI >=20 > configuration registers from a single PCI function to be written. = Size is >=20 > returned. When possible 32-bit PCI configuration write cycles are = used to >=20 > - write from StartAdress to StartAddress + Size. Due to alignment > restrictions, >=20 > + write from StartAddress to StartAddress + Size. Due to alignment > restrictions, >=20 > 8-bit and 16-bit PCI configuration write cycles may be used at the > beginning >=20 > and the end of the range. >=20 >=20 >=20 > diff --git a/MdePkg/Include/Library/UefiLib.h > b/MdePkg/Include/Library/UefiLib.h > index be7da7fdf7..450d766513 100644 > --- a/MdePkg/Include/Library/UefiLib.h > +++ b/MdePkg/Include/Library/UefiLib.h > @@ -317,7 +317,7 @@ EfiInitializeLock ( > Macro that calls DebugAssert() if an EFI_LOCK structure is not in = the > locked state. >=20 >=20 >=20 > If MDEPKG_NDEBUG is not defined and the > DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED >=20 > - bit of PcdDebugProperyMask is set, then this macro evaluates the > EFI_LOCK >=20 > + bit of PcdDebugPropertyMask is set, then this macro evaluates the > EFI_LOCK >=20 > structure specified by Lock. If Lock is not in the locked state, = then >=20 > DebugAssert() is called passing in the source filename, source line number, >=20 > and Lock. >=20 > diff --git a/MdePkg/Include/Protocol/BlockIo.h > b/MdePkg/Include/Protocol/BlockIo.h > index ac9adf7a9c..414bf98b52 100644 > --- a/MdePkg/Include/Protocol/BlockIo.h > +++ b/MdePkg/Include/Protocol/BlockIo.h > @@ -90,7 +90,7 @@ EFI_STATUS > @retval EFI_WRITE_PROTECTED The device can not be written to. >=20 > @retval EFI_DEVICE_ERROR The device reported an error while > performing the write. >=20 > @retval EFI_NO_MEDIA There is no media in the device. >=20 > - @retval EFI_MEDIA_CHNAGED The MediaId does not matched the > current device. >=20 > + @retval EFI_MEDIA_CHANGED The MediaId does not matched the > current device. >=20 > @retval EFI_BAD_BUFFER_SIZE The Buffer was not a multiple of the > block size of the device. >=20 > @retval EFI_INVALID_PARAMETER The write request contains LBAs that > are not valid, >=20 > or the buffer is not on proper > alignment. >=20 > @@ -112,7 +112,7 @@ EFI_STATUS > @param This Indicates a pointer to the calling = context. >=20 >=20 >=20 > @retval EFI_SUCCESS All outstanding data was written to the > device >=20 > - @retval EFI_DEVICE_ERROR The device reported an error while = writting > back the data >=20 > + @retval EFI_DEVICE_ERROR The device reported an error while = writing > back the data >=20 > @retval EFI_NO_MEDIA There is no media in the device. >=20 >=20 >=20 > **/ >=20 > diff --git a/MdePkg/Include/Protocol/BlockIo2.h > b/MdePkg/Include/Protocol/BlockIo2.h > index d25f51f733..0502554205 100644 > --- a/MdePkg/Include/Protocol/BlockIo2.h > +++ b/MdePkg/Include/Protocol/BlockIo2.h > @@ -44,7 +44,7 @@ typedef struct { >=20 >=20 > @param[in] This Indicates a pointer to the calling > context. >=20 > @param[in] ExtendedVerification Indicates that the driver may = perform > a more >=20 > - exhausive verification operation > of the device >=20 > + exhaustive verification operation > of the device >=20 > during reset. >=20 >=20 >=20 > @retval EFI_SUCCESS The device was reset. >=20 > @@ -125,7 +125,7 @@ EFI_STATUS > the Event is NULL. >=20 > @retval EFI_WRITE_PROTECTED The device can not be written to. >=20 > @retval EFI_NO_MEDIA There is no media in the device. >=20 > - @retval EFI_MEDIA_CHNAGED The MediaId does not matched the > current device. >=20 > + @retval EFI_MEDIA_CHANGED The MediaId does not matched the > current device. >=20 > @retval EFI_DEVICE_ERROR The device reported an error while > performing the write. >=20 > @retval EFI_BAD_BUFFER_SIZE The Buffer was not a multiple of the > block size of the device. >=20 > @retval EFI_INVALID_PARAMETER The write request contains LBAs that > are not valid, >=20 > @@ -158,7 +158,7 @@ EFI_STATUS > @retval EFI_SUCCESS The flush request was queued if Event > is not NULL. >=20 > All outstanding data was written > correctly to the >=20 > device if the Event is NULL. >=20 > - @retval EFI_DEVICE_ERROR The device reported an error while > writting back >=20 > + @retval EFI_DEVICE_ERROR The device reported an error while > writing back >=20 > the data. >=20 > @retval EFI_WRITE_PROTECTED The device cannot be written to. >=20 > @retval EFI_NO_MEDIA There is no media in the device. >=20 > diff --git a/MdePkg/Include/Protocol/BlockIoCrypto.h > b/MdePkg/Include/Protocol/BlockIoCrypto.h > index bcc0ed40be..f0af6a8bb0 100644 > --- a/MdePkg/Include/Protocol/BlockIoCrypto.h > +++ b/MdePkg/Include/Protocol/BlockIoCrypto.h > @@ -168,7 +168,7 @@ typedef struct { > up to the platform firmware or driver to implement. >=20 >=20 >=20 > @param[in] This Pointer to the > EFI_BLOCK_IO_CRYPTO_PROTOCOL instance. >=20 > - @param[in] ExtendedVerification Indicates that the driver may = perform > a more exhausive >=20 > + @param[in] ExtendedVerification Indicates that the driver may = perform > a more exhaustive >=20 > verification operation of the > device during reset. >=20 >=20 >=20 > @retval EFI_SUCCESS The block device was reset. >=20 > diff --git a/MdePkg/Include/Protocol/DiskIo.h > b/MdePkg/Include/Protocol/DiskIo.h > index eaa5cbcea2..2c86530a5c 100644 > --- a/MdePkg/Include/Protocol/DiskIo.h > +++ b/MdePkg/Include/Protocol/DiskIo.h > @@ -42,7 +42,7 @@ typedef EFI_DISK_IO_PROTOCOL EFI_DISK_IO; > @retval EFI_SUCCESS The data was read correctly from the > device. >=20 > @retval EFI_DEVICE_ERROR The device reported an error while > performing the read. >=20 > @retval EFI_NO_MEDIA There is no media in the device. >=20 > - @retval EFI_MEDIA_CHNAGED The MediaId does not matched the > current device. >=20 > + @retval EFI_MEDIA_CHANGED The MediaId does not matched the > current device. >=20 > @retval EFI_INVALID_PARAMETER The read request contains device > addresses that are not >=20 > valid for the device. >=20 >=20 >=20 > @@ -70,7 +70,7 @@ EFI_STATUS > @retval EFI_WRITE_PROTECTED The device can not be written to. >=20 > @retval EFI_DEVICE_ERROR The device reported an error while > performing the write. >=20 > @retval EFI_NO_MEDIA There is no media in the device. >=20 > - @retval EFI_MEDIA_CHNAGED The MediaId does not matched the > current device. >=20 > + @retval EFI_MEDIA_CHANGED The MediaId does not matched the > current device. >=20 > @retval EFI_INVALID_PARAMETER The write request contains device > addresses that are not >=20 > valid for the device. >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/DiskIo2.h > b/MdePkg/Include/Protocol/DiskIo2.h > index c989bb5f45..58c972e48e 100644 > --- a/MdePkg/Include/Protocol/DiskIo2.h > +++ b/MdePkg/Include/Protocol/DiskIo2.h > @@ -70,7 +70,7 @@ EFI_STATUS >=20 > Event will be signaled upon completion. >=20 > @retval EFI_DEVICE_ERROR The device reported an error while > performing the write. >=20 > @retval EFI_NO_MEDIA There is no medium in the device. >=20 > - @retval EFI_MEDIA_CHNAGED The MediaId is not for the current > medium. >=20 > + @retval EFI_MEDIA_CHANGED The MediaId is not for the current > medium. >=20 > @retval EFI_INVALID_PARAMETER The read request contains device > addresses that are not valid for the device. >=20 > @retval EFI_OUT_OF_RESOURCES The request could not be completed > due to a lack of resources. >=20 >=20 >=20 > @@ -103,7 +103,7 @@ EFI_STATUS > @retval EFI_WRITE_PROTECTED The device cannot be written to. >=20 > @retval EFI_DEVICE_ERROR The device reported an error while > performing the write operation. >=20 > @retval EFI_NO_MEDIA There is no medium in the device. >=20 > - @retval EFI_MEDIA_CHNAGED The MediaId is not for the current > medium. >=20 > + @retval EFI_MEDIA_CHANGED The MediaId is not for the current > medium. >=20 > @retval EFI_INVALID_PARAMETER The write request contains device > addresses that are not valid for the device. >=20 > @retval EFI_OUT_OF_RESOURCES The request could not be completed > due to a lack of resources. >=20 >=20 >=20 > @@ -133,7 +133,7 @@ EFI_STATUS > @retval EFI_WRITE_PROTECTED The device cannot be written to. >=20 > @retval EFI_DEVICE_ERROR The device reported an error while > performing the write operation. >=20 > @retval EFI_NO_MEDIA There is no medium in the device. >=20 > - @retval EFI_MEDIA_CHNAGED The MediaId is not for the current > medium. >=20 > + @retval EFI_MEDIA_CHANGED The MediaId is not for the current > medium. >=20 > @retval EFI_OUT_OF_RESOURCES The request could not be completed > due to a lack of resources. >=20 > **/ >=20 > typedef >=20 > diff --git a/MdePkg/Include/Protocol/Ip4.h = b/MdePkg/Include/Protocol/Ip4.h > index 4c0ed6fd3c..57a25122ba 100644 > --- a/MdePkg/Include/Protocol/Ip4.h > +++ b/MdePkg/Include/Protocol/Ip4.h > @@ -37,7 +37,7 @@ typedef struct _EFI_IP4_PROTOCOL > EFI_IP4_PROTOCOL; >=20 >=20 > /// >=20 > /// EFI_IP4_ADDRESS_PAIR is deprecated in the UEFI 2.4B and should = not be > used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > EFI_HANDLE InstanceHandle; >=20 > @@ -47,7 +47,7 @@ typedef struct { >=20 >=20 > /// >=20 > /// EFI_IP4_VARIABLE_DATA is deprecated in the UEFI 2.4B and should = not > be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > EFI_HANDLE DriverHandle; >=20 > diff --git a/MdePkg/Include/Protocol/Ip6.h = b/MdePkg/Include/Protocol/Ip6.h > index 4aff36f0a1..269ae0d6b0 100644 > --- a/MdePkg/Include/Protocol/Ip6.h > +++ b/MdePkg/Include/Protocol/Ip6.h > @@ -37,7 +37,7 @@ typedef struct _EFI_IP6_PROTOCOL > EFI_IP6_PROTOCOL; >=20 >=20 > /// >=20 > /// EFI_IP6_ADDRESS_PAIR is deprecated in the UEFI 2.4B and should = not be > used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > /// >=20 > @@ -56,7 +56,7 @@ typedef struct { >=20 >=20 > /// >=20 > /// EFI_IP6_VARIABLE_DATA is deprecated in the UEFI 2.4B and should = not > be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > /// >=20 > diff --git a/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h > b/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h > index 78acb4ddae..9649b819ba 100644 > --- a/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h > +++ b/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h > @@ -39,7 +39,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > #define EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION > EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION >=20 >=20 >=20 > /// >=20 > -/// Forward reference for pure ANSI compatability. >=20 > +/// Forward reference for pure ANSI compatibility. >=20 > /// >=20 > typedef struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL > EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL; >=20 >=20 >=20 > @@ -82,7 +82,7 @@ typedef enum { > } EFI_NETWORK_INTERFACE_TYPE; >=20 >=20 >=20 > /// >=20 > -/// Forward reference for pure ANSI compatability. >=20 > +/// Forward reference for pure ANSI compatibility. >=20 > /// >=20 > typedef struct undiconfig_table UNDI_CONFIG_TABLE; >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/Pkcs7Verify.h > b/MdePkg/Include/Protocol/Pkcs7Verify.h > index 068eda8b45..93b6c2f9b7 100644 > --- a/MdePkg/Include/Protocol/Pkcs7Verify.h > +++ b/MdePkg/Include/Protocol/Pkcs7Verify.h > @@ -28,7 +28,7 @@ typedef struct _EFI_PKCS7_VERIFY_PROTOCOL > EFI_PKCS7_VERIFY_PROTOCOL; >=20 >=20 > /** >=20 > Processes a buffer containing binary DER-encoded PKCS7 signature. >=20 > - The signed data content may be embedded within the buffer or = separated. > Funtion >=20 > + The signed data content may be embedded within the buffer or = separated. > Function >=20 > verifies the signature of the content is valid and signing = certificate was not >=20 > revoked and is contained within a list of trusted signers. >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/RamDisk.h > b/MdePkg/Include/Protocol/RamDisk.h > index 2ab5a5e5e1..8808efdf66 100644 > --- a/MdePkg/Include/Protocol/RamDisk.h > +++ b/MdePkg/Include/Protocol/RamDisk.h > @@ -19,7 +19,7 @@ > { 0xab38a0df, 0x6873, 0x44a9, { 0x87, 0xe6, 0xd4, 0xeb, 0x56, 0x14, 0x84, > 0x49 }}; >=20 >=20 >=20 > // >=20 > -// Forward reference for pure ANSI compatability >=20 > +// Forward reference for pure ANSI compatibility >=20 > // >=20 > typedef struct _EFI_RAM_DISK_PROTOCOL EFI_RAM_DISK_PROTOCOL; >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/ScsiIo.h > b/MdePkg/Include/Protocol/ScsiIo.h > index 7ebfd9a652..7485e52b3f 100644 > --- a/MdePkg/Include/Protocol/ScsiIo.h > +++ b/MdePkg/Include/Protocol/ScsiIo.h > @@ -18,7 +18,7 @@ > } >=20 >=20 >=20 > /// >=20 > -/// Forward reference for pure ANSI compatability >=20 > +/// Forward reference for pure ANSI compatibility >=20 > /// >=20 > typedef struct _EFI_SCSI_IO_PROTOCOL EFI_SCSI_IO_PROTOCOL; >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/ScsiPassThru.h > b/MdePkg/Include/Protocol/ScsiPassThru.h > index c87fb97aee..a4c6a6be3d 100644 > --- a/MdePkg/Include/Protocol/ScsiPassThru.h > +++ b/MdePkg/Include/Protocol/ScsiPassThru.h > @@ -22,7 +22,7 @@ > } >=20 >=20 >=20 > /// >=20 > -/// Forward reference for pure ANSI compatability >=20 > +/// Forward reference for pure ANSI compatibility >=20 > /// >=20 > typedef struct _EFI_SCSI_PASS_THRU_PROTOCOL > EFI_SCSI_PASS_THRU_PROTOCOL; >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/ServiceBinding.h > b/MdePkg/Include/Protocol/ServiceBinding.h > index b39af73a95..3fb9ed6e98 100644 > --- a/MdePkg/Include/Protocol/ServiceBinding.h > +++ b/MdePkg/Include/Protocol/ServiceBinding.h > @@ -14,7 +14,7 @@ > #define __EFI_SERVICE_BINDING_H__ >=20 >=20 >=20 > /// >=20 > -/// Forward reference for pure ANSI compatability >=20 > +/// Forward reference for pure ANSI compatibility >=20 > /// >=20 > typedef struct _EFI_SERVICE_BINDING_PROTOCOL > EFI_SERVICE_BINDING_PROTOCOL; >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/Shell.h > b/MdePkg/Include/Protocol/Shell.h > index 5efee49e19..d65c87a735 100644 > --- a/MdePkg/Include/Protocol/Shell.h > +++ b/MdePkg/Include/Protocol/Shell.h > @@ -180,7 +180,7 @@ BOOLEAN >=20 >=20 > @param[in] FileHandle The file handle to be closed. >=20 >=20 >=20 > - @retval EFI_SUCCESS The file closed sucessfully. >=20 > + @retval EFI_SUCCESS The file closed successfully. >=20 > **/ >=20 > typedef >=20 > EFI_STATUS >=20 > diff --git a/MdePkg/Include/Protocol/ShellDynamicCommand.h > b/MdePkg/Include/Protocol/ShellDynamicCommand.h > index f1bb59d700..c7756f9a81 100644 > --- a/MdePkg/Include/Protocol/ShellDynamicCommand.h > +++ b/MdePkg/Include/Protocol/ShellDynamicCommand.h > @@ -34,7 +34,7 @@ typedef struct > _EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL > EFI_SHELL_DYNAMIC_COMMAND_PRO > @param[in] Shell The instance of the shell = protocol > used in the context >=20 > of processing this command. >=20 >=20 >=20 > - @return EFI_SUCCESS the operation was sucessful >=20 > + @return EFI_SUCCESS the operation was successful >=20 > @return other the operation failed. >=20 > **/ >=20 > typedef >=20 > diff --git a/MdePkg/Include/Protocol/Tcp4.h > b/MdePkg/Include/Protocol/Tcp4.h > index e81c2e71f6..cf88739687 100644 > --- a/MdePkg/Include/Protocol/Tcp4.h > +++ b/MdePkg/Include/Protocol/Tcp4.h > @@ -31,7 +31,7 @@ typedef struct _EFI_TCP4_PROTOCOL > EFI_TCP4_PROTOCOL; >=20 >=20 > /// >=20 > /// EFI_TCP4_SERVICE_POINT is deprecated in the UEFI 2.4B and should = not > be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > EFI_HANDLE InstanceHandle; >=20 > @@ -43,7 +43,7 @@ typedef struct { >=20 >=20 > /// >=20 > /// EFI_TCP4_VARIABLE_DATA is deprecated in the UEFI 2.4B and should = not > be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > EFI_HANDLE DriverHandle; >=20 > diff --git a/MdePkg/Include/Protocol/Tcp6.h > b/MdePkg/Include/Protocol/Tcp6.h > index a8787dd3af..1391978a35 100644 > --- a/MdePkg/Include/Protocol/Tcp6.h > +++ b/MdePkg/Include/Protocol/Tcp6.h > @@ -32,7 +32,7 @@ typedef struct _EFI_TCP6_PROTOCOL > EFI_TCP6_PROTOCOL; >=20 >=20 > /// >=20 > /// EFI_TCP6_SERVICE_POINT is deprecated in the UEFI 2.4B and should = not > be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > /// >=20 > @@ -64,7 +64,7 @@ typedef struct { >=20 >=20 > /// >=20 > /// EFI_TCP6_VARIABLE_DATA is deprecated in the UEFI 2.4B and should = not > be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > EFI_HANDLE DriverHandle; ///< The handle of the > driver that creates this entry. >=20 > diff --git a/MdePkg/Include/Protocol/Udp4.h > b/MdePkg/Include/Protocol/Udp4.h > index a4ac6fd4e7..e7e41cadef 100644 > --- a/MdePkg/Include/Protocol/Udp4.h > +++ b/MdePkg/Include/Protocol/Udp4.h > @@ -33,7 +33,7 @@ typedef struct _EFI_UDP4_PROTOCOL > EFI_UDP4_PROTOCOL; >=20 >=20 > /// >=20 > /// EFI_UDP4_SERVICE_POINT is deprecated in the UEFI 2.4B and should > not be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > EFI_HANDLE InstanceHandle; >=20 > @@ -45,7 +45,7 @@ typedef struct { >=20 >=20 > /// >=20 > /// EFI_UDP4_VARIABLE_DATA is deprecated in the UEFI 2.4B and should > not be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > EFI_HANDLE DriverHandle; >=20 > diff --git a/MdePkg/Include/Protocol/Udp6.h > b/MdePkg/Include/Protocol/Udp6.h > index 61fa623917..a8179c8f93 100644 > --- a/MdePkg/Include/Protocol/Udp6.h > +++ b/MdePkg/Include/Protocol/Udp6.h > @@ -28,7 +28,7 @@ >=20 >=20 > /// >=20 > /// EFI_UDP6_SERVICE_POINT is deprecated in the UEFI 2.4B and should > not be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > /// >=20 > @@ -59,7 +59,7 @@ typedef struct { >=20 >=20 > /// >=20 > /// EFI_UDP6_VARIABLE_DATA is deprecated in the UEFI 2.4B and should > not be used any more. >=20 > -/// The definition in here is only present to provide backwards compatability. >=20 > +/// The definition in here is only present to provide backwards compatibility. >=20 > /// >=20 > typedef struct { >=20 > /// >=20 > diff --git a/MdePkg/Include/Protocol/UfsDeviceConfig.h > b/MdePkg/Include/Protocol/UfsDeviceConfig.h > index 34676c7831..b3e58c4aad 100644 > --- a/MdePkg/Include/Protocol/UfsDeviceConfig.h > +++ b/MdePkg/Include/Protocol/UfsDeviceConfig.h > @@ -19,7 +19,7 @@ > { 0xb81bfab0, 0xeb3, 0x4cf9, { 0x84, 0x65, 0x7f, 0xa9, 0x86, 0x36, 0x16, > 0x64 }}; >=20 >=20 >=20 > // >=20 > -// Forward reference for pure ANSI compatability >=20 > +// Forward reference for pure ANSI compatibility >=20 > // >=20 > typedef struct _EFI_UFS_DEVICE_CONFIG_PROTOCOL > EFI_UFS_DEVICE_CONFIG_PROTOCOL; >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/UgaDraw.h > b/MdePkg/Include/Protocol/UgaDraw.h > index 8d33bf873c..f27fde5e32 100644 > --- a/MdePkg/Include/Protocol/UgaDraw.h > +++ b/MdePkg/Include/Protocol/UgaDraw.h > @@ -126,7 +126,7 @@ typedef enum { >=20 >=20 > @retval EFI_SUCCESS - The Blt operation completed. >=20 > @retval EFI_INVALID_PARAMETER - BltOperation is not valid. >=20 > - @retval EFI_DEVICE_ERROR - A hardware error occurred > writting to the video buffer. >=20 > + @retval EFI_DEVICE_ERROR - A hardware error occurred > writing to the video buffer. >=20 >=20 >=20 > **/ >=20 > typedef >=20 > diff --git a/MdePkg/Include/Protocol/Usb2HostController.h > b/MdePkg/Include/Protocol/Usb2HostController.h > index 06e20beba8..50bbb5574a 100644 > --- a/MdePkg/Include/Protocol/Usb2HostController.h > +++ b/MdePkg/Include/Protocol/Usb2HostController.h > @@ -20,7 +20,7 @@ > } >=20 >=20 >=20 > /// >=20 > -/// Forward reference for pure ANSI compatability >=20 > +/// Forward reference for pure ANSI compatibility >=20 > /// >=20 > typedef struct _EFI_USB2_HC_PROTOCOL EFI_USB2_HC_PROTOCOL; >=20 >=20 >=20 > diff --git a/MdePkg/Include/Protocol/UsbHostController.h > b/MdePkg/Include/Protocol/UsbHostController.h > index 8b626ec52a..7b215f6d03 100644 > --- a/MdePkg/Include/Protocol/UsbHostController.h > +++ b/MdePkg/Include/Protocol/UsbHostController.h > @@ -21,7 +21,7 @@ > } >=20 >=20 >=20 > /// >=20 > -/// Forward reference for pure ANSI compatability >=20 > +/// Forward reference for pure ANSI compatibility >=20 > /// >=20 > typedef struct _EFI_USB_HC_PROTOCOL EFI_USB_HC_PROTOCOL; >=20 >=20 >=20 > -- > 2.39.2 (Apple Git-144) >=20 >=20