]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Ppi: Fix various typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:07:40 +0000 (02:07 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
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-28-philmd@redhat.com>

MdePkg/Include/Ppi/BlockIo.h
MdePkg/Include/Ppi/BlockIo2.h
MdePkg/Include/Ppi/Capsule.h
MdePkg/Include/Ppi/Decompress.h
MdePkg/Include/Ppi/DeviceRecoveryModule.h
MdePkg/Include/Ppi/IsaHc.h
MdePkg/Include/Ppi/MpServices.h
MdePkg/Include/Ppi/Pcd.h
MdePkg/Include/Ppi/RecoveryModule.h
MdePkg/Include/Ppi/TemporaryRamDone.h
MdePkg/Include/Ppi/VectorHandoffInfo.h

index 524f026fe589686af8980534b3d7dc2db3daa014..3a4955be6b59978ed86fb0c736cc002a45a8d0d4 100644 (file)
@@ -15,7 +15,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
   @par Revision Reference:\r
   This PPI is defined in UEFI Platform Initialization Specification 1.2 Volume 1:\r
-  Pre-EFI Initalization Core Interface.\r
+  Pre-EFI Initialization Core Interface.\r
 \r
 **/\r
 \r
@@ -58,7 +58,7 @@ typedef enum {
 /// Specification inconsistency here:\r
 /// PEI_BLOCK_IO_MEDIA has been changed to EFI_PEI_BLOCK_IO_MEDIA.\r
 /// Inconsistency exists in UEFI Platform Initialization Specification 1.2\r
-/// Volume 1: Pre-EFI Initalization Core Interface, where all referrences to\r
+/// Volume 1: Pre-EFI Initialization Core Interface, where all references to\r
 /// this structure name are with the "EFI_" prefix, except for the definition\r
 /// which is without "EFI_".  So the name of PEI_BLOCK_IO_MEDIA is taken as the\r
 /// exception, and EFI_PEI_BLOCK_IO_MEDIA is used to comply with most of\r
index e1af6a4293ed664fb03b4b29873e07c1fa858e53..0dba6485d9418f20073f70935d9c2ecead19c749 100644 (file)
@@ -7,7 +7,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
   @par Revision Reference:\r
   This PPI is defined in UEFI Platform Initialization Specification 1.4 Volume 1:\r
-  Pre-EFI Initalization Core Interface.\r
+  Pre-EFI Initialization Core Interface.\r
 \r
 **/\r
 \r
index cb7b0e2ae76a13d380b7b20d639b556499eba967..331d9b81cad21b167d3e31c7059eadcf6c685e08 100644 (file)
@@ -45,7 +45,7 @@ typedef struct _EFI_PEI_CAPSULE_PPI PEI_CAPSULE_PPI;
                             On output, this variable will contain the size of the\r
                             coalesced capsule.\r
 \r
-  @retval EFI_NOT_FOUND          If: boot modecould not be determined, or the\r
+  @retval EFI_NOT_FOUND          If: boot mode could not be determined, or the\r
                                  boot mode is not flash-update, or the capsule descriptors were not found.\r
   @retval EFI_BUFFER_TOO_SMALL   The capsule could not be coalesced in the provided memory region.\r
   @retval EFI_SUCCESS            There was no capsule, or the capsule was processed successfully.\r
index 7ba26e419c59f34ff5cd1496c296c053ecce4b9c..b9ca63746ab29f65547806671ca9f90ef72fe8aa 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Provides decompression services to the PEI Foundatoin.\r
+  Provides decompression services to the PEI Foundation.\r
 \r
   Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
index a4587255a3c818234a5a3c5b88390cb97cf02cb3..64dabec1139cd6cb6ed7b97ac440b57ad41a713b 100644 (file)
@@ -15,7 +15,7 @@
 \r
   @par Revision Reference:\r
   This PPI is defined in UEFI Platform Initialization Specification 1.2 Volume 1:\r
-  Pre-EFI Initalization Core Interface\r
+  Pre-EFI Initialization Core Interface\r
 \r
 **/\r
 \r
index 5468c2e94b7209fac2a66c911d7409ad74f4c375..d7dfd9b47e8ccf416b52ba2564842c21999165bb 100644 (file)
@@ -28,7 +28,7 @@ typedef struct _EFI_ISA_HC_PPI *PEFI_ISA_HC_PPI;
   that more than one caller may be assigned to the same aperture.\r
   It may be possible that a single hardware aperture may be used for more than\r
   one device. This function tracks the number of times that each aperture is\r
-  referenced, and doesa not close the hardware aperture (via CloseIoAperture())\r
+  referenced, and does not close the hardware aperture (via CloseIoAperture())\r
   until there are no more references to it.\r
 \r
   @param This             A pointer to this instance of the EFI_ISA_HC_PPI.\r
index afcd8819e9ccbde13680a03290f6cd197d799504..5ea3373909e15afb4a280dd02605d2544a56403f 100644 (file)
@@ -75,7 +75,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Activate all of the application proessors.\r
+  Activate all of the application processors.\r
 \r
   @param[in] PeiServices          An indirect pointer to the PEI Services Table\r
                                   published by the PEI Foundation.\r
index 55fb0e7aea78c6aab6ce590478da7cc79baac518..9341821af47acad04ebb695cdce30f93be202ecf 100644 (file)
@@ -137,7 +137,7 @@ UINT64
 \r
   @param[in]  TokenNumber The PCD token number.\r
 \r
-  @return The pointer to the buffer to be retrived.\r
+  @return The pointer to the buffer to be retrieved.\r
 \r
 **/\r
 typedef\r
@@ -291,7 +291,7 @@ UINT64
   @param[in]  Guid        The token space for the token number.\r
   @param[in]  TokenNumber The PCD token number.\r
 \r
-  @return The pointer to the buffer to be retrived.\r
+  @return The pointer to the buffer to be retrieved.\r
 \r
 **/\r
 typedef\r
index bb6b49160df6af6a972310511b84a0aa6d89ecff..6de9378304647d68c304b6e12e9a84a82a12187d 100644 (file)
@@ -36,7 +36,7 @@
 \r
   @par Revision Reference:\r
   This PPI is defined in UEFI Platform Initialization Specification 1.2 Errata B Volume 1:\r
-  Pre-EFI Initalization Core Interface\r
+  Pre-EFI Initialization Core Interface\r
 \r
 **/\r
 \r
index ad149338a6acd39a2209de7390e8f84084869fcc..21c232ac935201a8ef7732a1cfce668ee07df1af 100644 (file)
@@ -18,7 +18,7 @@
 \r
 /**\r
   TemporaryRamDone() disables the use of Temporary RAM. If present, this service is invoked\r
-  by the PEI Foundation after the EFI_PEI_PERMANANT_MEMORY_INSTALLED_PPI is installed.\r
+  by the PEI Foundation after the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI is installed.\r
 \r
   @retval EFI_SUCCESS           Use of Temporary RAM was disabled.\r
   @retval EFI_INVALID_PARAMETER Temporary RAM could not be disabled.\r
index ecfa3f5966c8270133ddfec9a5d6a120a90ee178..17f52ffd3d85674100db8964035bb4a8c21551df 100644 (file)
@@ -43,7 +43,7 @@ typedef struct {
   //\r
   UINT32    VectorNumber;\r
   //\r
-  // A bitmask that describes the attributes ofthe interrupt or exception vector.\r
+  // A bitmask that describes the attributes of the interrupt or exception vector.\r
   //\r
   UINT32    Attribute;\r
   //\r