summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Win/Host/WinGopScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatorPkg/Win/Host/WinGopScreen.c')
-rw-r--r--EmulatorPkg/Win/Host/WinGopScreen.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/EmulatorPkg/Win/Host/WinGopScreen.c b/EmulatorPkg/Win/Host/WinGopScreen.c
index fa34596497..74011e225e 100644
--- a/EmulatorPkg/Win/Host/WinGopScreen.c
+++ b/EmulatorPkg/Win/Host/WinGopScreen.c
@@ -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.
//