]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg: Fix various typos
authorAntoine Coeur <Coeur@gmx.fr>
Wed, 6 Feb 2019 15:48:50 +0000 (16:48 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 7 Feb 2019 13:31:16 +0000 (14:31 +0100)
Fix various typos in ArmVirtPkg.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
ArmVirtPkg/ArmVirt.dsc.inc
ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c
ArmVirtPkg/Library/BaseCachingPciExpressLib/PciExpressLib.c
ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c
ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c
ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c

index c47955be940ccb6b05ae616abbeec6cfdb7a070c..304a4b4d215e7002019feb9596b7eec29affea86 100644 (file)
   # Values are in EFI Pages (4K). DXE Core will make sure that\r
   # at least this much of each type of memory can be allocated\r
   # from a single memory range. This way you only end up with\r
-  # maximum of two fragements for each type in the memory map\r
+  # maximum of two fragments for each type in the memory map\r
   # (the memory used, and the free memory that was prereserved\r
   # but not used).\r
   #\r
index 73a0fbd8a4da9ee5a229771960595b17e705b889..758bc91ab182deaeff1eb0df1e84685c4205a5b4 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  HOB Library implemenation for Dxe Phase with DebugLib dependency removed\r
+  HOB Library implementation for Dxe Phase with DebugLib dependency removed\r
 \r
 Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
 Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\r
index 6479f53b3714e55058d84b399f0bc082f5e86410..a083826bab280ef7f296b5b50eab3589c2dfca78 100644 (file)
@@ -1238,7 +1238,7 @@ PciExpressBitFieldAndThenOr32 (
   Size into the buffer specified by Buffer. This function only allows the PCI\r
   configuration registers from a single PCI function to be read. Size is\r
   returned. When possible 32-bit PCI configuration read cycles are used to read\r
-  from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit\r
+  from StartAddress to StartAddress + Size. Due to alignment restrictions, 8-bit\r
   and 16-bit PCI configuration read cycles may be used at the beginning and the\r
   end of the range.\r
 \r
@@ -1338,7 +1338,7 @@ PciExpressReadBuffer (
   Size from the buffer specified by Buffer. This function only allows the PCI\r
   configuration registers from a single PCI function to be written. Size is\r
   returned. When possible 32-bit PCI configuration write cycles are used to\r
-  write from StartAdress to StartAddress + Size. Due to alignment restrictions,\r
+  write from StartAddress to StartAddress + Size. Due to alignment restrictions,\r
   8-bit and 16-bit PCI configuration write cycles may be used at the beginning\r
   and the end of the range.\r
 \r
index f0924dacbc345a61610138b9b1230e1014fe884b..16c0e6181676bb478125eaa8068d231c87615378 100644 (file)
@@ -234,13 +234,13 @@ SerialPortGetControl (
 }\r
 \r
 /**\r
-  Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,\r
+  Sets the baud rate, receive FIFO depth, transmit/receive time out, parity,\r
   data bits, and stop bits on a serial device.\r
 \r
   @param BaudRate           The requested baud rate. A BaudRate value of 0 will use the\r
                             device's default interface speed.\r
                             On output, the value actually set.\r
-  @param ReveiveFifoDepth   The requested depth of the FIFO on the receive side of the\r
+  @param ReceiveFifoDepth   The requested depth of the FIFO on the receive side of the\r
                             serial interface. A ReceiveFifoDepth value of 0 will use\r
                             the device's default FIFO depth.\r
                             On output, the value actually set.\r
@@ -253,7 +253,7 @@ SerialPortGetControl (
                             DefaultParity will use the device's default parity value.\r
                             On output, the value actually set.\r
   @param DataBits           The number of data bits to use on the serial device. A DataBits\r
-                            vaule of 0 will use the device's default data bit setting.\r
+                            value of 0 will use the device's default data bit setting.\r
                             On output, the value actually set.\r
   @param StopBits           The number of stop bits to use on this serial device. A StopBits\r
                             value of DefaultStopBits will use the device's default number of\r
index 8b736fd11f3a2b743b2473d9ac188147e3a32ef0..2f10fb7b91004386c4ad8fc46ecda57fe492fd8f 100644 (file)
@@ -156,13 +156,13 @@ SerialPortPoll (
 }\r
 \r
 /**\r
-  Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,\r
+  Sets the baud rate, receive FIFO depth, transmit/receive time out, parity,\r
   data bits, and stop bits on a serial device.\r
 \r
   @param BaudRate           The requested baud rate. A BaudRate value of 0 will use the\r
                             device's default interface speed.\r
                             On output, the value actually set.\r
-  @param ReveiveFifoDepth   The requested depth of the FIFO on the receive side of the\r
+  @param ReceiveFifoDepth   The requested depth of the FIFO on the receive side of the\r
                             serial interface. A ReceiveFifoDepth value of 0 will use\r
                             the device's default FIFO depth.\r
                             On output, the value actually set.\r
@@ -175,7 +175,7 @@ SerialPortPoll (
                             DefaultParity will use the device's default parity value.\r
                             On output, the value actually set.\r
   @param DataBits           The number of data bits to use on the serial device. A DataBits\r
-                            vaule of 0 will use the device's default data bit setting.\r
+                            value of 0 will use the device's default data bit setting.\r
                             On output, the value actually set.\r
   @param StopBits           The number of stop bits to use on this serial device. A StopBits\r
                             value of DefaultStopBits will use the device's default number of\r
index bb07f5e22b753bd0739aa4bffe8c7257ea186ea3..534357eff46bba9d5a04ab98d0c3b265c8c0ba89 100644 (file)
@@ -779,11 +779,11 @@ PlatformBootManagerBeforeConsole (
   Do the platform specific action after the console is ready\r
   Possible things that can be done in PlatformBootManagerAfterConsole:\r
   > Console post action:\r
-    > Dynamically switch output mode from 100x31 to 80x25 for certain senarino\r
+    > Dynamically switch output mode from 100x31 to 80x25 for certain scenario\r
     > Signal console ready platform customized event\r
   > Run diagnostics like memory testing\r
   > Connect certain devices\r
-  > Dispatch aditional option roms\r
+  > Dispatch additional option roms\r
   > Special boot: e.g.: USB boot, enter UI\r
 **/\r
 VOID\r