From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: [PATCH v2 3/7] EmulatorPkg: Fix various typos To: devel@edk2.groups.io From: =?UTF-8?B?Q8WTdXI=?= X-Originating-Location: Tokyo, JP (199.47.199.26) X-Originating-Platform: Mac Chrome 75 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 02 Jul 2019 09:41:52 -0700 Message-ID: <21474.1562085712707512091@groups.io> Content-Type: multipart/alternative; boundary="QgFmtovuj22bXVMHonyY" --QgFmtovuj22bXVMHonyY Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fix various typos in EmulatorPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur --- EmulatorPkg/Include/Library/EmuThunkLib.h=C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2= =A0 2 +- EmulatorPkg/Include/Library/SmbiosLib.h=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = | 12 ++++++------ EmulatorPkg/Include/Protocol/EmuBlockIo.h=C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2= =A0 6 +++--- EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h |=C2=A0 2 +- EmulatorPkg/Include/Protocol/EmuSnp.h=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 |=C2=A0 4 ++-- EmulatorPkg/Include/Protocol/EmuThunk.h=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = |=C2=A0 4 ++-- EmulatorPkg/Win/Host/WinGopScreen.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 |=C2=A0 2 +- EmulatorPkg/Win/Host/WinHost.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/EmulatorPkg/Include/Library/EmuThunkLib.h b/EmulatorPkg/Inclu= de/Library/EmuThunkLib.h index ddb3d59b00..43cb39f47f 100644 --- a/EmulatorPkg/Include/Library/EmuThunkLib.h +++ b/EmulatorPkg/Include/Library/EmuThunkLib.h @@ -15,7 +15,7 @@ extern EMU_THUNK_PROTOCOL=C2=A0 =C2=A0*gEmuThunk; /** -=C2=A0 Serach the EMU IO Thunk database for a matching EMU IO Thunk +=C2=A0 Search the EMU IO Thunk database for a matching EMU IO Thunk Protocol instance. @param=C2=A0 Protocol=C2=A0 =C2=A0Protocol to search for. diff --git a/EmulatorPkg/Include/Library/SmbiosLib.h b/EmulatorPkg/Include= /Library/SmbiosLib.h index 1022b48c5e..4e96b7c31e 100644 --- a/EmulatorPkg/Include/Library/SmbiosLib.h +++ b/EmulatorPkg/Include/Library/SmbiosLib.h @@ -4,7 +4,7 @@ Copyright (c) 2012, Apple Inc. All rights reserved. -Portitions Copyright (c) 2006 - 2011, Intel Corporation. All rights reser= ved.
+Portions Copyright (c) 2006 - 2011, Intel Corporation. All rights reserve= d.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -24,8 +24,8 @@ extern EFI_SMBIOS_PROTOCOL *gSmbios; /// /// Template for SMBIOS table initialization. -/// The SMBIOS_TABLE_STRING types in the formated area must match the -/// StringArray sequene. +/// The SMBIOS_TABLE_STRING types in the formatted area must match the +/// StringArray sequence. /// typedef struct { // @@ -143,7 +143,7 @@ SmbiosLibUpdateUnicodeString ( Allow caller to read a specific SMBIOS string @param[in]=C2=A0 =C2=A0 Header=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 SMBIOS re= cord that contains the string. -=C2=A0 @param[in[=C2=A0 =C2=A0 StringNumber=C2=A0 =C2=A0 Instance of SMBI= OS string 1 - N. +=C2=A0 @param[in]=C2=A0 =C2=A0 StringNumber=C2=A0 =C2=A0 Instance of SMBI= OS string 1 - N. @retval NULL=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= Instance of Type SMBIOS string was not found. @retval Other=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0Pointer to matching SMBIOS string. @@ -157,10 +157,10 @@ SmbiosLibReadString ( /** -=C2=A0 Allow the caller to discover a specific SMBIOS entry, and patch it= if necissary. +=C2=A0 Allow the caller to discover a specific SMBIOS entry, and patch it= if necessary. @param[in]=C2=A0 =C2=A0 Type=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Type= of the next SMBIOS record to return. -=C2=A0 @param[in[=C2=A0 =C2=A0 Instance=C2=A0 =C2=A0 =C2=A0 =C2=A0 Instan= ce of SMBIOS record 0 - N-1. +=C2=A0 @param[in]=C2=A0 =C2=A0 Instance=C2=A0 =C2=A0 =C2=A0 =C2=A0 Instan= ce of SMBIOS record 0 - N-1. @param[out]=C2=A0 =C2=A0SmbiosHandle=C2=A0 =C2=A0 Returns SMBIOS handle fo= r the matching record. @retval NULL=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= Instance of Type SMBIOS record was not found. diff --git a/EmulatorPkg/Include/Protocol/EmuBlockIo.h b/EmulatorPkg/Inclu= de/Protocol/EmuBlockIo.h index a17cefa83d..36df7e052a 100644 --- a/EmulatorPkg/Include/Protocol/EmuBlockIo.h +++ b/EmulatorPkg/Include/Protocol/EmuBlockIo.h @@ -28,7 +28,7 @@ typedef struct _EMU_BLOCK_IO_PROTOCOL=C2=A0 =C2=A0EMU_BL= OCK_IO_PROTOCOL; @param[in]=C2=A0 This=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0Indicates a pointer to the calling context. @param[in]=C2=A0 ExtendedVerification Indicates that the driver may perfor= m a more -=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= = =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0exhausive verfication = operation of the device +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= = =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0exhaustive verificatio= n operation of the device during reset. @retval EFI_SUCCESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 The device was reset= . @@ -109,7 +109,7 @@ EFI_STATUS the Event is NULL. @retval EFI_WRITE_PROTECTED=C2=A0 =C2=A0The device can not be written to. @retval EFI_NO_MEDIA=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 There is no media i= n the device. -=C2=A0 @retval EFI_MEDIA_CHNAGED=C2=A0 =C2=A0 =C2=A0The MediaId does not = matched the current device. +=C2=A0 @retval EFI_MEDIA_CHANGED=C2=A0 =C2=A0 =C2=A0The MediaId does not = match the current device. @retval EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0 The device reported an error = while performing the write. @retval EFI_BAD_BUFFER_SIZE=C2=A0 =C2=A0The Buffer was not a multiple of t= he block size of the device. @retval EFI_INVALID_PARAMETER The write request contains LBAs that are not= valid, @@ -142,7 +142,7 @@ EFI_STATUS @retval EFI_SUCCESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 The flush request wa= s queued if Event is not NULL. All outstanding data was written correctly to the device if the Event is NULL. -=C2=A0 @retval EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0The device reported an= error while writting back +=C2=A0 @retval EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0The device reported an= error while writing back the data. @retval EFI_WRITE_PROTECTED=C2=A0 The device cannot be written to. @retval EFI_NO_MEDIA=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0There is no media in= the device. diff --git a/EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h b/EmulatorPk= g/Include/Protocol/EmuGraphicsWindow.h index 07d4070b35..f8f9788ded 100644 --- a/EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h +++ b/EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h @@ -1,7 +1,7 @@ /*++ @file Copyright (c) 2006, Tristan Gingold. All rights reserved.
-Portitions copyright (c) 2010 - 2011, Apple Inc. All rights reserved. +Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ diff --git a/EmulatorPkg/Include/Protocol/EmuSnp.h b/EmulatorPkg/Include/P= rotocol/EmuSnp.h index c58808fdd3..1320782d82 100644 --- a/EmulatorPkg/Include/Protocol/EmuSnp.h +++ b/EmulatorPkg/Include/Protocol/EmuSnp.h @@ -4,7 +4,7 @@ Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
-Portitions copyright (c) 2011, Apple Inc. All rights reserved. +Portions copyright (c) 2011, Apple Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -428,7 +428,7 @@ EFI_STATUS #define EMU_SNP_INTERFACE_REVISION=C2=A0 =C2=A0EMU_SNP_PROTOCOL_REVISION /// -/// The EMU_SNP_PROTOCOL protocol abstracts OS network sercices +/// The EMU_SNP_PROTOCOL protocol abstracts OS network services /// from the EFI driver that produces EFI Simple Network Protocol. /// struct _EMU_SNP_PROTOCOL { diff --git a/EmulatorPkg/Include/Protocol/EmuThunk.h b/EmulatorPkg/Include= /Protocol/EmuThunk.h index 0bb20651e5..2ec6052c46 100644 --- a/EmulatorPkg/Include/Protocol/EmuThunk.h +++ b/EmulatorPkg/Include/Protocol/EmuThunk.h @@ -13,7 +13,7 @@ #define EMU_THUNK_PROTOCOL_GUID=C2=A0 \ { 0x5CF32E0B, 0x8EDF, 0x2E44, { 0x9C, 0xDA, 0x93, 0x20, 0x5E, 0x99, 0xEC, = 0x1C } } -// neded for things like EFI_TIME_CAPABILITIES +// needed for things like EFI_TIME_CAPABILITIES #include #include @@ -185,7 +185,7 @@ VOID Enumerates the current set of protocol instances that abstract OS services= from EFI. A given protocol can have multiple instances. Usually a protocol is config= ured via a -=C2=A0 single PCD string. The data associated for each instance is sepera= ted via a ! in the string. +=C2=A0 single PCD string. The data associated for each instance is separa= ted via a ! in the string. EMU_IO_THUNK_PROTOCOL_CLOSE.ConfigString will contain the information in t= he PCD string up to the next !. Thus each instance has a unique ConfigString. diff --git a/EmulatorPkg/Win/Host/WinGopScreen.c b/EmulatorPkg/Win/Host/Wi= nGopScreen.c index 8f42606823..9a992ad157 100644 --- a/EmulatorPkg/Win/Host/WinGopScreen.c +++ b/EmulatorPkg/Win/Host/WinGopScreen.c @@ -297,7 +297,7 @@ WinNtWndSize ( @param=C2=A0 X=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 X location on graphics screen. @param=C2=A0 Y=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 Y location on the graphics screen. @param=C2=A0 Width=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = = =C2=A0 Width of BltBuffer. -=C2=A0 @param=C2=A0 Height=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0Hight of BltBuffer +=C2=A0 @param=C2=A0 Height=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0Height of BltBuffer @param=C2=A0 BltOperation=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Operatio= n to perform on BltBuffer and video memory @param=C2=A0 BltBuffer=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Buf= fer containing data to blt into video buffer. This=C2=A0 buffer has a size of diff --git a/EmulatorPkg/Win/Host/WinHost.c b/EmulatorPkg/Win/Host/WinHost= .c index dd52075f98..32d77fe48d 100644 --- a/EmulatorPkg/Win/Host/WinHost.c +++ b/EmulatorPkg/Win/Host/WinHost.c @@ -859,7 +859,7 @@ PeCoffLoaderRelocateImageExtraAction ( //=C2=A0 the *.dll file as a library using Windows* APIs. This allows //=C2=A0 source level debug. The image is still loaded and relocated //=C2=A0 in the Framework memory space like on a real system (by the code = above), -=C2=A0 //=C2=A0 but the entry point points into the DLL loaded by the cod= e bellow. +=C2=A0 //=C2=A0 but the entry point points into the DLL loaded by the cod= e below. // DllEntryPoint =3D NULL; -- 2.20.1 (Apple Git-117) --QgFmtovuj22bXVMHonyY Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Fix various typos in EmulatorPkg.
 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Coeur <coeur@gmx.fr>
---
 EmulatorPkg/Include/Library/EmuThunkLib.h      &= nbsp; |  2 +-
 EmulatorPkg/Include/Library/SmbiosLib.h      &nb= sp;   | 12 ++++++------
 EmulatorPkg/Include/Protocol/EmuBlockIo.h      &= nbsp; |  6 +++---
 EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h |  2 +-
 EmulatorPkg/Include/Protocol/EmuSnp.h       = ;     |  4 ++--
 EmulatorPkg/Include/Protocol/EmuThunk.h      &nb= sp;   |  4 ++--
 EmulatorPkg/Win/Host/WinGopScreen.c        =       |  2 +-
 EmulatorPkg/Win/Host/WinHost.c         = ;          |  2 +-
 8 files changed, 17 insertions(+), 17 deletions(-)
 
diff --git a/EmulatorPkg/Include/Library/EmuThunkLib.h b/EmulatorPkg/= Include/Library/EmuThunkLib.h
index ddb3d59b00..43cb39f47f 100644
--- a/EmulatorPkg/Include/Library/EmuThunkLib.h
+++ b/EmulatorPkg/Include/Library/EmuThunkLib.h
@@ -15,7 +15,7 @@ extern EMU_THUNK_PROTOCOL   *gEmuThunk;
 
 
 /**
-  Serach the EMU IO Thunk database for a matching EMU IO Thunk<= /div>
+  Search the EMU IO Thunk database for a matching EMU IO Thunk<= /div>
   Protocol instance.
 
   @param  Protocol   Protocol to search for= .
diff --git a/EmulatorPkg/Include/Library/SmbiosLib.h b/EmulatorPkg/In= clude/Library/SmbiosLib.h
index 1022b48c5e..4e96b7c31e 100644
--- a/EmulatorPkg/Include/Library/SmbiosLib.h
+++ b/EmulatorPkg/Include/Library/SmbiosLib.h
@@ -4,7 +4,7 @@
 
 
 Copyright (c) 2012, Apple Inc. All rights reserved.
-Portitions Copyright (c) 2006 - 2011, Intel Corporation. All rights = reserved.<BR>
+Portions Copyright (c) 2006 - 2011, Intel Corporation. All rights re= served.<BR>
 SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
@@ -24,8 +24,8 @@ extern EFI_SMBIOS_PROTOCOL *gSmbios;
 
 ///
 /// Template for SMBIOS table initialization.
-/// The SMBIOS_TABLE_STRING types in the formated area must match th= e
-/// StringArray sequene.
+/// The SMBIOS_TABLE_STRING types in the formatted area must match t= he
+/// StringArray sequence.
 ///
 typedef struct {
   //
@@ -143,7 +143,7 @@ SmbiosLibUpdateUnicodeString (
   Allow caller to read a specific SMBIOS string
 
   @param[in]    Header       = ;   SMBIOS record that contains the string.
-  @param[in[    StringNumber    Instance of= SMBIOS string 1 - N.
+  @param[in]    StringNumber    Instance of= SMBIOS string 1 - N.
 
   @retval NULL            &n= bsp;     Instance of Type SMBIOS string was not found.
   @retval Other            &= nbsp;    Pointer to matching SMBIOS string.
@@ -157,10 +157,10 @@ SmbiosLibReadString (
 
 
 /**
-  Allow the caller to discover a specific SMBIOS entry, and pat= ch it if necissary.
+  Allow the caller to discover a specific SMBIOS entry, and pat= ch it if necessary.
 
   @param[in]    Type        =     Type of the next SMBIOS record to return.
-  @param[in[    Instance        I= nstance of SMBIOS record 0 - N-1.
+  @param[in]    Instance        I= nstance of SMBIOS record 0 - N-1.
   @param[out]   SmbiosHandle    Return= s SMBIOS handle for the matching record.
 
   @retval NULL            &n= bsp;     Instance of Type SMBIOS record was not found.
diff --git a/EmulatorPkg/Include/Protocol/EmuBlockIo.h b/EmulatorPkg/= Include/Protocol/EmuBlockIo.h
index a17cefa83d..36df7e052a 100644
--- a/EmulatorPkg/Include/Protocol/EmuBlockIo.h
+++ b/EmulatorPkg/Include/Protocol/EmuBlockIo.h
@@ -28,7 +28,7 @@ typedef struct _EMU_BLOCK_IO_PROTOCOL   E= MU_BLOCK_IO_PROTOCOL;
 
   @param[in]  This          =        Indicates a pointer to the calling context.
   @param[in]  ExtendedVerification Indicates that the= driver may perform a more
-                   = ;                exhausive verficat= ion operation of the device
+                   = ;                exhaustive verific= ation operation of the device
                   =                 during reset.
 
   @retval EFI_SUCCESS          Th= e device was reset.
@@ -109,7 +109,7 @@ EFI_STATUS
                   =              the Event is NULL.
   @retval EFI_WRITE_PROTECTED   The device can n= ot be written to.
   @retval EFI_NO_MEDIA          T= here is no media in the device.
-  @retval EFI_MEDIA_CHNAGED     The MediaId does= not matched the current device.
+  @retval EFI_MEDIA_CHANGED     The MediaId does= not match the current device.
   @retval EFI_DEVICE_ERROR      The device = reported an error while performing the write.
   @retval EFI_BAD_BUFFER_SIZE   The Buffer was n= ot a multiple of the block size of the device.
   @retval EFI_INVALID_PARAMETER The write request contains= LBAs that are not valid,
@@ -142,7 +142,7 @@ EFI_STATUS
   @retval EFI_SUCCESS          Th= e flush request was queued if Event is not NULL.
                   =             All outstanding data was written= correctly to the
                   =             device if the Event is NULL.
-  @retval EFI_DEVICE_ERROR     The device report= ed an error while writting back
+  @retval EFI_DEVICE_ERROR     The device report= ed an error while writing back
                   =             the data.
   @retval EFI_WRITE_PROTECTED  The device cannot be w= ritten to.
   @retval EFI_NO_MEDIA         Th= ere is no media in the device.
diff --git a/EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h b/Emula= torPkg/Include/Protocol/EmuGraphicsWindow.h
index 07d4070b35..f8f9788ded 100644
--- a/EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h
+++ b/EmulatorPkg/Include/Protocol/EmuGraphicsWindow.h
@@ -1,7 +1,7 @@
 /*++ @file
 
 Copyright (c) 2006, Tristan Gingold. All rights reserved.<BR= >
-Portitions copyright (c) 2010 - 2011, Apple Inc. All rights reserved= .
+Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<= /div>
 SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
diff --git a/EmulatorPkg/Include/Protocol/EmuSnp.h b/EmulatorPkg/Incl= ude/Protocol/EmuSnp.h
index c58808fdd3..1320782d82 100644
--- a/EmulatorPkg/Include/Protocol/EmuSnp.h
+++ b/EmulatorPkg/Include/Protocol/EmuSnp.h
@@ -4,7 +4,7 @@
 
 
 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserv= ed.<BR>
-Portitions copyright (c) 2011, Apple Inc. All rights reserved.
+Portions copyright (c) 2011, Apple Inc. All rights reserved.
 SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
@@ -428,7 +428,7 @@ EFI_STATUS
 #define EMU_SNP_INTERFACE_REVISION   EMU_SNP_PROTOCOL= _REVISION
 
 ///
-/// The EMU_SNP_PROTOCOL protocol abstracts OS network sercices
+/// The EMU_SNP_PROTOCOL protocol abstracts OS network services
 /// from the EFI driver that produces EFI Simple Network Protoc= ol.
 ///
 struct _EMU_SNP_PROTOCOL {
diff --git a/EmulatorPkg/Include/Protocol/EmuThunk.h b/EmulatorPkg/In= clude/Protocol/EmuThunk.h
index 0bb20651e5..2ec6052c46 100644
--- a/EmulatorPkg/Include/Protocol/EmuThunk.h
+++ b/EmulatorPkg/Include/Protocol/EmuThunk.h
@@ -13,7 +13,7 @@
 #define EMU_THUNK_PROTOCOL_GUID  \
  { 0x5CF32E0B, 0x8EDF, 0x2E44, { 0x9C, 0xDA, 0x93, 0x20, 0x5E, = 0x99, 0xEC, 0x1C } }
 
-// neded for things like EFI_TIME_CAPABILITIES
+// needed for things like EFI_TIME_CAPABILITIES
 #include <Uefi.h>
 
 #include <Library/PeCoffExtraActionLib.h>
@@ -185,7 +185,7 @@ VOID
   Enumerates the current set of protocol instances that ab= stract OS services from EFI.
 
   A given protocol can have multiple instances. Usually a = protocol is configured via a
-  single PCD string. The data associated for each instance is s= eperated via a ! in the string.
+  single PCD string. The data associated for each instance is s= eparated via a ! in the string.
   EMU_IO_THUNK_PROTOCOL_CLOSE.ConfigString will contain th= e information in the PCD string up to the next !.
   Thus each instance has a unique ConfigString.
 
diff --git a/EmulatorPkg/Win/Host/WinGopScreen.c b/EmulatorPkg/Win/Ho= st/WinGopScreen.c
index 8f42606823..9a992ad157 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          &nb= sp;       Width of BltBuffer.
-  @param  Height            =      Hight of BltBuffer
+  @param  Height            =      Height of BltBuffer
   @param  BltOperation        &nb= sp;  Operation to perform on BltBuffer and video memory
   @param  BltBuffer         =     Buffer containing data to blt into video buffer.
                   =               This  buffer has a s= ize of
diff --git a/EmulatorPkg/Win/Host/WinHost.c b/EmulatorPkg/Win/Host/Wi= nHost.c
index dd52075f98..32d77fe48d 100644
--- a/EmulatorPkg/Win/Host/WinHost.c
+++ b/EmulatorPkg/Win/Host/WinHost.c
@@ -859,7 +859,7 @@ PeCoffLoaderRelocateImageExtraAction (
   //  the *.dll file as a library using Windows* APIs= . This allows
   //  source level debug. The image is still loaded a= nd relocated
   //  in the Framework memory space like on a real sy= stem (by the code above),
-  //  but the entry point points into the DLL loaded by th= e code bellow.
+  //  but the entry point points into the DLL loaded by th= e code below.
   //
 
   DllEntryPoint =3D NULL;
-- 
2.20.1 (Apple Git-117)
 
--QgFmtovuj22bXVMHonyY--