]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Fix various typos
authorAntoine Cœur <coeur@gmx.fr>
Wed, 6 Feb 2019 15:40:38 +0000 (23:40 +0800)
committerLeif Lindholm <leif.lindholm@linaro.org>
Thu, 4 Jul 2019 11:20:52 +0000 (12:20 +0100)
Fix various typos in ArmPlatformPkg.

Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c
ArmPlatformPkg/Include/Library/ArmPlatformLib.h
ArmPlatformPkg/Include/Library/PL011UartLib.h
ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c
ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
ArmPlatformPkg/PlatformPei/PlatformPeim.c
ArmPlatformPkg/PrePeiCore/PrePeiCore.c
ArmPlatformPkg/PrePi/PrePi.c

index 468dd00ae8a6b30ed73528faecec615718b5ac03..d9e196cbf18c32fe5306cc3c0674a7b5798a9191 100644 (file)
@@ -1109,7 +1109,7 @@ NorFlashWriteSingleBlock (
   @retval EFI_SUCCESS           The data was read correctly from the device.\r
   @retval EFI_DEVICE_ERROR      The device reported an error while performing the read.\r
   @retval EFI_NO_MEDIA          There is no media in the device.\r
-  @retval EFI_MEDIA_CHNAGED     The MediaId does not matched the current device.\r
+  @retval EFI_MEDIA_CHANGED     The MediaId does not match the current device.\r
   @retval EFI_INVALID_PARAMETER The read request contains device addresses that are not\r
                                 valid for the device.\r
 \r
@@ -1154,7 +1154,7 @@ NorFlashDiskIoReadDisk (
   @retval EFI_WRITE_PROTECTED   The device can not be written to.\r
   @retval EFI_DEVICE_ERROR      The device reported an error while performing the write.\r
   @retval EFI_NO_MEDIA          There is no media in the device.\r
-  @retval EFI_MEDIA_CHNAGED     The MediaId does not matched the current device.\r
+  @retval EFI_MEDIA_CHANGED     The MediaId does not match the current device.\r
   @retval EFI_INVALID_PARAMETER The write request contains device addresses that are not\r
                                  valid for the device.\r
 \r
index b6cd647d05a50579491ac50b59f2130465982f48..225183af2c78c1201872e3697527a92ae7dc04fd 100644 (file)
@@ -14,7 +14,7 @@
 //\r
 #include <PiPei.h>\r
 //\r
-// The protocols, PPI and GUID defintions for this module\r
+// The protocols, PPI and GUID definitions for this module\r
 //\r
 #include <Ppi/MasterBootMode.h>\r
 #include <Ppi/BootInRecoveryMode.h>\r
index 710858735041a102326da989701c71638e8134d4..3bd2e294b09740aa69ef092fd68abeafd114a839 100644 (file)
@@ -112,7 +112,7 @@ PL011UartSetControl (
                          . EFI_SERIAL_OUTPUT_BUFFER_EMPTY : equal to one if the\r
                            transmit buffer is empty, 0 otherwise.\r
                          . EFI_SERIAL_HARDWARE_LOOPBACK_ENABLE : equal to one if\r
-                           the hardware loopback is enabled (the ouput feeds the\r
+                           the hardware loopback is enabled (the output feeds the\r
                            receive buffer), 0 otherwise.\r
                          . EFI_SERIAL_SOFTWARE_LOOPBACK_ENABLE : equal to one if\r
                            a loopback is accomplished by software, 0 otherwise.\r
index 20a53be02e416ab6069d356d7155885846ad7276..801990d9551a638c17d560d4226137b8a3ee47bb 100644 (file)
@@ -321,7 +321,7 @@ PL011UartSetControl (
                          . EFI_SERIAL_OUTPUT_BUFFER_EMPTY : equal to one if the\r
                            transmit buffer is empty, 0 otherwise.\r
                          . EFI_SERIAL_HARDWARE_LOOPBACK_ENABLE : equal to one if\r
-                           the hardware loopback is enabled (the ouput feeds the\r
+                           the hardware loopback is enabled (the output feeds the\r
                            receive buffer), 0 otherwise.\r
                          . EFI_SERIAL_SOFTWARE_LOOPBACK_ENABLE : equal to one if\r
                            a loopback is accomplished by software, 0 otherwise.\r
index 485dad0ac8e1968f599db19ce60e18c7c915ce18..027fa11a89c3c6e135108ae5c61b847eaf42290e 100644 (file)
@@ -9,7 +9,7 @@
 #include <PiPei.h>\r
 \r
 //\r
-// The protocols, PPI and GUID defintions for this module\r
+// The protocols, PPI and GUID definitions for this module\r
 //\r
 #include <Ppi/MasterBootMode.h>\r
 #include <Ppi/BootInRecoveryMode.h>\r
index 27687e9c7ee1ca5d07d98c8a9ff554893024bd81..ca5a31116abff7e540cf50faff89c7d2ea48ac0d 100644 (file)
@@ -9,7 +9,7 @@
 #include <PiPei.h>\r
 \r
 //\r
-// The protocols, PPI and GUID defintions for this module\r
+// The protocols, PPI and GUID definitions for this module\r
 //\r
 #include <Ppi/MasterBootMode.h>\r
 #include <Ppi/BootInRecoveryMode.h>\r
index ee4b281760b3c3c91c8cc612b27af788fc2033bc..4911f67577a2b599534a01d5120a98019666eb9d 100644 (file)
@@ -38,7 +38,7 @@ CreatePpiList (
   PlatformPpiListSize = 0;\r
   ArmPlatformGetPlatformPpiList (&PlatformPpiListSize, &PlatformPpiList);\r
 \r
-  // Copy the Common and Platform PPis in Temporrary Memory\r
+  // Copy the Common and Platform PPis in Temporary Memory\r
   ListBase = PcdGet64 (PcdCPUCoresStackBase);\r
   CopyMem ((VOID*)ListBase, gCommonPpiTable, sizeof(gCommonPpiTable));\r
   CopyMem ((VOID*)(ListBase + sizeof(gCommonPpiTable)), PlatformPpiList, PlatformPpiListSize);\r
index 703bab92ae802a0cee840fa286249edb9d0c70ce..2bb144958139389c4dea3f21d9110cecbf2ffba2 100644 (file)
@@ -193,7 +193,7 @@ CEntryPoint (
         ArmCallSEV ();\r
       }\r
     } else {\r
-      // Wait the Primay core has defined the address of the Global Variable region (event: ARM_CPU_EVENT_DEFAULT)\r
+      // Wait the Primary core has defined the address of the Global Variable region (event: ARM_CPU_EVENT_DEFAULT)\r
       ArmCallWFE ();\r
     }\r
   }\r