diff options
Diffstat (limited to 'EmulatorPkg/Win/Host/WinGop.h')
-rw-r--r-- | EmulatorPkg/Win/Host/WinGop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/Win/Host/WinGop.h b/EmulatorPkg/Win/Host/WinGop.h index 5943ca93b2..7a8f01a37c 100644 --- a/EmulatorPkg/Win/Host/WinGop.h +++ b/EmulatorPkg/Win/Host/WinGop.h @@ -78,7 +78,7 @@ typedef struct { UINT32 Width;
UINT32 Height;
//
- // This screen is used to redraw the scree when windows events happen. It's
+ // This screen is used to redraw the screen when windows events happen. It's
// updated in the main thread and displayed in the windows thread.
//
BITMAPV4HEADER *VirtualScreenInfo;
|