From c6a72cd79465594876626e738466441d8b3d61ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Wed, 3 Jul 2019 14:25:30 +0100 Subject: EmbeddedPkg: Fix various typos Fix various typos in EmbeddedPkg. Signed-off-by: Coeur Reviewed-by: Leif Lindholm --- EmbeddedPkg/Include/Library/DebugAgentTimerLib.h | 2 +- EmbeddedPkg/Include/Library/EfiFileLib.h | 6 +++--- EmbeddedPkg/Include/Library/GdbSerialLib.h | 8 ++++---- EmbeddedPkg/Include/Library/PrePiLib.h | 4 ++-- EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h | 4 ++-- EmbeddedPkg/Include/Protocol/HardwareInterrupt.h | 2 +- EmbeddedPkg/Include/Protocol/PeCoffLoader.h | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'EmbeddedPkg/Include') diff --git a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h index 0fcb86e061..eb499dbc1b 100644 --- a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h +++ b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h @@ -17,7 +17,7 @@ /** Setup all the hardware needed for the debug agents timer. - This function is used to set up debug enviroment. It may enable interrupts. + This function is used to set up debug environment. It may enable interrupts. **/ VOID diff --git a/EmbeddedPkg/Include/Library/EfiFileLib.h b/EmbeddedPkg/Include/Library/EfiFileLib.h index 8fc7d71b4e..0544b6e200 100644 --- a/EmbeddedPkg/Include/Library/EfiFileLib.h +++ b/EmbeddedPkg/Include/Library/EfiFileLib.h @@ -1,6 +1,6 @@ /** @file Library functions that perform file IO. Memory buffer, file system, and - fimrware volume operations are supproted. + firmware volume operations are supported. Copyright (c) 2007, Intel Corporation. All rights reserved.
Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
@@ -12,7 +12,7 @@ current mounted device concept of current working directory concept implement by this library. - Device names are case insensative and only check the leading characters for + Device names are case insensitive and only check the leading characters for unique matches. Thus the following are all the same: LoadFile0: l0: @@ -24,7 +24,7 @@ l1: - EFI LoadFile device one. B0: - EFI BlockIo zero. fs3: - EFI Simple File System device 3 - Fv2: - EFI Firmware VOlume device 2 + Fv2: - EFI Firmware Volume device 2 1.2.3.4:name - TFTP IP and file name **/ diff --git a/EmbeddedPkg/Include/Library/GdbSerialLib.h b/EmbeddedPkg/Include/Library/GdbSerialLib.h index 9f1c80145e..b45645ae61 100644 --- a/EmbeddedPkg/Include/Library/GdbSerialLib.h +++ b/EmbeddedPkg/Include/Library/GdbSerialLib.h @@ -1,5 +1,5 @@ /** @file - Basic serial IO abstaction for GDB + Basic serial IO abstraction for GDB Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
@@ -13,7 +13,7 @@ /** - Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, + Sets the baud rate, receive FIFO depth, transmit/receive time out, parity, data buts, and stop bits on a serial device. This call is optional as the serial port will be set up with defaults base on PCD values. @@ -22,13 +22,13 @@ @param Parity The type of parity to use on this serial device. A Parity value of DefaultParity will use the device's default parity value. @param DataBits The number of data bits to use on the serial device. A DataBits - vaule of 0 will use the device's default data bit setting. + value of 0 will use the device's default data bit setting. @param StopBits The number of stop bits to use on this serial device. A StopBits value of DefaultStopBits will use the device's default number of stop bits. @retval EFI_SUCCESS The device was configured. - @retval EFI_DEVICE_ERROR The serial device could not be coonfigured. + @retval EFI_DEVICE_ERROR The serial device could not be configured. **/ RETURN_STATUS diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h index ee8d4ef4d9..54f8e1e582 100644 --- a/EmbeddedPkg/Include/Library/PrePiLib.h +++ b/EmbeddedPkg/Include/Library/PrePiLib.h @@ -171,7 +171,7 @@ FfsProcessFvFile ( Search through every FV until you find a file of type FileType @param FileType File handle of a Fv type file. - @param Volumehandle On succes Volume Handle of the match + @param Volumehandle On success Volume Handle of the match @param FileHandle On success File Handle of the match @retval EFI_NOT_FOUND FV image can't be found. @@ -492,7 +492,7 @@ BuildFvHob ( ); /** - Builds a Firmware Volume HOB and a resrouce descriptor hob + Builds a Firmware Volume HOB and a resource descriptor hob This function builds a Firmware Volume HOB. It can only be invoked during PEI phase; diff --git a/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h b/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h index c013ce2ea2..ec15a35264 100644 --- a/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h +++ b/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h @@ -36,7 +36,7 @@ EFI_STATUS /* To be called when Fastboot is finished and we aren't rebooting or booting an - image. Undo initialisation, free resrouces. + image. Undo initialisation, free resources. */ typedef VOID @@ -49,7 +49,7 @@ VOID PartitionName, with the image pointed to by Buffer, whose size is BufferSize. @param[in] PartitionName Null-terminated name of partition to write. - @param[in] BufferSize Size of Buffer in byets. + @param[in] BufferSize Size of Buffer in bytes. @param[in] Buffer Data to write to partition. @retval EFI_NOT_FOUND No such partition. diff --git a/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h b/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h index 0489d1fc06..ca95fa93c4 100644 --- a/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h +++ b/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h @@ -131,7 +131,7 @@ EFI_STATUS ); /** - Signal to the hardware that the End Of Intrrupt state + Signal to the hardware that the End Of Interrupt state has been reached. @param This Instance pointer for this protocol diff --git a/EmbeddedPkg/Include/Protocol/PeCoffLoader.h b/EmbeddedPkg/Include/Protocol/PeCoffLoader.h index 69c2f4a322..56557901b0 100644 --- a/EmbeddedPkg/Include/Protocol/PeCoffLoader.h +++ b/EmbeddedPkg/Include/Protocol/PeCoffLoader.h @@ -162,13 +162,13 @@ RETURN_STATUS /** - Reapply fixups on a fixed up PE32/PE32+ image to allow virutal calling at EFI + Reapply fixups on a fixed up PE32/PE32+ image to allow virtual calling at EFI runtime. This function reapplies relocation fixups to the PE/COFF image specified by ImageBase and ImageSize so the image will execute correctly when the PE/COFF image is mapped to the address specified by VirtualImageBase. RelocationData must be identical - to the FiuxupData buffer from the PE_COFF_LOADER_IMAGE_CONTEXT structure + to the FixupData buffer from the PE_COFF_LOADER_IMAGE_CONTEXT structure after this PE/COFF image was relocated with PeCoffLoaderRelocateImage(). Note that if the platform does not maintain coherency between the instruction cache(s) and the data -- cgit v1.2.3