EmulatorPkg/Win: Fix various typos

Fix various typos in comments and documentation.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-7-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:19 +01:00
committed by mergify[bot]
parent 26cfe2c659
commit 3d6b7fd303
7 changed files with 19 additions and 19 deletions

View File

@@ -297,7 +297,7 @@ WinNtWndSize (
@param X X location on graphics screen.
@param Y Y location on the graphics screen.
@param Width Width of BltBuffer.
@param Height Hight of BltBuffer
@param Height Height of BltBuffer
@param BltOperation Operation to perform on BltBuffer and video memory
@param BltBuffer Buffer containing data to blt into video buffer.
This buffer has a size of
@@ -311,7 +311,7 @@ WinNtWndSize (
@retval EFI_SUCCESS The palette is updated with PaletteArray.
@retval EFI_INVALID_PARAMETER BltOperation is not valid.
@retval EFI_DEVICE_ERROR A hardware error occured writting to the video
@retval EFI_DEVICE_ERROR A hardware error occurred writing to the video
buffer.
**/
@@ -593,11 +593,11 @@ WinNtGopThreadWindowProc (
/**
This thread simulates the end of WinMain () aplication. Each Winow nededs
to process it's events. The messages are dispatched to
This thread simulates the end of WinMain () application. Each Window needs
to process its events. The messages are dispatched to
WinNtGopThreadWindowProc ().
Be very careful sine WinNtGopThreadWinMain () and WinNtGopThreadWindowProc ()
are running in a seperate thread. We have to do this to process the events.
Be very careful since WinNtGopThreadWinMain () and WinNtGopThreadWindowProc ()
are running in a separate thread. We have to do this to process the events.
@param lpParameter Handle of window to manage.
@@ -679,7 +679,7 @@ WinNtGopThreadWinMain (
);
//
// The reset of this thread is the standard winows program. We need a sperate
// The reset of this thread is the standard windows program. We need a separate
// thread since we must process the message loop to make windows act like
// windows.
//