EmbeddedPkg: Fix various typos

Fix various typos in EmbeddedPkg.

Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Cœur
2019-07-03 14:25:30 +01:00
committed by Leif Lindholm
parent 16f3544ddd
commit c6a72cd794
34 changed files with 84 additions and 84 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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