<div style="line-height: 1.42857;">Fix various typos in EmulatorPkg.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">Contributed-under: TianoCore Contribution Agreement 1.1</div>
<div style="line-height: 1.42857;">Signed-off-by: Coeur <coeur@gmx.fr></div>
<div style="line-height: 1.42857;">---</div>
<div style="line-height: 1.42857;"> EmulatorPkg/CpuRuntimeDxe/MpService.c  | 11 +++++------</div>
<div style="line-height: 1.42857;"> EmulatorPkg/EmuBlockIoDxe/EmuBlockIo.c | 14 +++++++-------</div>
<div style="line-height: 1.42857;"> EmulatorPkg/EmuGopDxe/GopDriver.c      |  4 ++--</div>
<div style="line-height: 1.42857;"> EmulatorPkg/EmuGopDxe/GopInput.c       | 12 ++++++------</div>
<div style="line-height: 1.42857;"> EmulatorPkg/EmuGopDxe/GopScreen.c      |  6 +++---</div>
<div style="line-height: 1.42857;"> EmulatorPkg/EmuThunkDxe/EmuThunk.c     |  2 +-</div>
<div style="line-height: 1.42857;"> 6 files changed, 24 insertions(+), 25 deletions(-)</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">diff --git a/EmulatorPkg/CpuRuntimeDxe/MpService.c b/EmulatorPkg/CpuRuntimeDxe/MpService.c</div>
<div style="line-height: 1.42857;">index 42f94ada27..ff379a1ce3 100644</div>
<div style="line-height: 1.42857;">--- a/EmulatorPkg/CpuRuntimeDxe/MpService.c</div>
<div style="line-height: 1.42857;">+++ b/EmulatorPkg/CpuRuntimeDxe/MpService.c</div>
<div style="line-height: 1.42857;">@@ -29,10 +29,9 @@</div>
<div style="line-height: 1.42857;">   Diagnostics applications may also use this protocol for multi-processor.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR></div>
<div style="line-height: 1.42857;">-Portitions Copyright (c) 2011, Apple Inc. All rights reserved.</div>
<div style="line-height: 1.42857;">+Portions Copyright (c) 2011, Apple Inc. All rights reserved.</div>
<div style="line-height: 1.42857;"> SPDX-License-Identifier: BSD-2-Clause-Patent</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">-</div>
<div style="line-height: 1.42857;"> **/</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> #include "CpuDriver.h"</div>
<div style="line-height: 1.42857;">@@ -292,7 +291,7 @@ CpuMpServicesGetProcessorInfo (</div>
<div style="line-height: 1.42857;">        and releases the BSP to continue with other tasks.</div>
<div style="line-height: 1.42857;">     -# The caller can use the CheckEvent() and WaitForEvent() services to check</div>
<div style="line-height: 1.42857;">        the state of the WaitEvent created in step 1.</div>
<div style="line-height: 1.42857;">-    -# When the APs complete their task or TimeoutInMicroSecondss expires, the MP</div>
<div style="line-height: 1.42857;">+    -# When the APs complete their task or TimeoutInMicroSeconds expires, the MP</div>
<div style="line-height: 1.42857;">        Service signals WaitEvent by calling the EFI SignalEvent() function. If</div>
<div style="line-height: 1.42857;">        FailedCpuList is not NULL, its content is available when WaitEvent is</div>
<div style="line-height: 1.42857;">        signaled. If all APs returned from Procedure prior to the timeout, then</div>
<div style="line-height: 1.42857;">@@ -332,7 +331,7 @@ CpuMpServicesGetProcessorInfo (</div>
<div style="line-height: 1.42857;">                                       EFI_EVENT is defined in CreateEvent() in</div>
<div style="line-height: 1.42857;">                                       the Unified Extensible Firmware Interface</div>
<div style="line-height: 1.42857;">                                       Specification.</div>
<div style="line-height: 1.42857;">-  @param[in]  TimeoutInMicrosecsond   Indicates the time limit in microseconds for</div>
<div style="line-height: 1.42857;">+  @param[in]  TimeoutInMicroseconds   Indicates the time limit in microseconds for</div>
<div style="line-height: 1.42857;">                                       APs to return from Procedure, either for</div>
<div style="line-height: 1.42857;">                                       blocking or non-blocking mode. Zero means</div>
<div style="line-height: 1.42857;">                                       infinity.  If the timeout expires before</div>
<div style="line-height: 1.42857;">@@ -601,7 +600,7 @@ Done:</div>
<div style="line-height: 1.42857;">   This function is used to dispatch one enabled AP to the function specified by</div>
<div style="line-height: 1.42857;">   Procedure passing in the argument specified by ProcedureArgument.  If WaitEvent</div>
<div style="line-height: 1.42857;">   is NULL, execution is in blocking mode. The BSP waits until the AP finishes or</div>
<div style="line-height: 1.42857;">-  TimeoutInMicroSecondss expires. Otherwise, execution is in non-blocking mode.</div>
<div style="line-height: 1.42857;">+  TimeoutInMicroSeconds expires. Otherwise, execution is in non-blocking mode.</div>
<div style="line-height: 1.42857;">   BSP proceeds to the next task without waiting for the AP. If a non-blocking mode</div>
<div style="line-height: 1.42857;">   is requested after the UEFI Event EFI_EVENT_GROUP_READY_TO_BOOT is signaled,</div>
<div style="line-height: 1.42857;">   then EFI_UNSUPPORTED must be returned.</div>
<div style="line-height: 1.42857;">@@ -636,7 +635,7 @@ Done:</div>
<div style="line-height: 1.42857;">                                       EFI_EVENT is defined in CreateEvent() in</div>
<div style="line-height: 1.42857;">                                       the Unified Extensible Firmware Interface</div>
<div style="line-height: 1.42857;">                                       Specification.</div>
<div style="line-height: 1.42857;">-  @param[in]  TimeoutInMicrosecsond   Indicates the time limit in microseconds for</div>
<div style="line-height: 1.42857;">+  @param[in]  TimeoutInMicroseconds   Indicates the time limit in microseconds for</div>
<div style="line-height: 1.42857;">                                       APs to return from Procedure, either for</div>
<div style="line-height: 1.42857;">                                       blocking or non-blocking mode. Zero means</div>
<div style="line-height: 1.42857;">                                       infinity.  If the timeout expires before</div>
<div style="line-height: 1.42857;">diff --git a/EmulatorPkg/EmuBlockIoDxe/EmuBlockIo.c b/EmulatorPkg/EmuBlockIoDxe/EmuBlockIo.c</div>
<div style="line-height: 1.42857;">index 96424a82ae..1a88223f91 100644</div>
<div style="line-height: 1.42857;">--- a/EmulatorPkg/EmuBlockIoDxe/EmuBlockIo.c</div>
<div style="line-height: 1.42857;">+++ b/EmulatorPkg/EmuBlockIoDxe/EmuBlockIo.c</div>
<div style="line-height: 1.42857;">@@ -13,7 +13,7 @@ bbe</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   @param[in]  This                 Indicates a pointer to the calling context.</div>
<div style="line-height: 1.42857;">   @param[in]  ExtendedVerification Indicates that the driver may perform a more</div>
<div style="line-height: 1.42857;">-                                   exhausive verfication operation of the device</div>
<div style="line-height: 1.42857;">+                                   exhaustive verification operation of the device</div>
<div style="line-height: 1.42857;">                                    during reset.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   @retval EFI_SUCCESS          The device was reset.</div>
<div style="line-height: 1.42857;">@@ -123,7 +123,7 @@ EmuBlockIo2ReadBlocksEx (</div>
<div style="line-height: 1.42857;">                                 the Event is NULL.</div>
<div style="line-height: 1.42857;">   @retval EFI_WRITE_PROTECTED   The device can not be written to.</div>
<div style="line-height: 1.42857;">   @retval EFI_NO_MEDIA          There is no media in the device.</div>
<div style="line-height: 1.42857;">-  @retval EFI_MEDIA_CHNAGED     The MediaId does not matched the current device.</div>
<div style="line-height: 1.42857;">+  @retval EFI_MEDIA_CHANGED     The MediaId does not match the current device.</div>
<div style="line-height: 1.42857;">   @retval EFI_DEVICE_ERROR      The device reported an error while performing the write.</div>
<div style="line-height: 1.42857;">   @retval EFI_BAD_BUFFER_SIZE   The Buffer was not a multiple of the block size of the device.</div>
<div style="line-height: 1.42857;">   @retval EFI_INVALID_PARAMETER The write request contains LBAs that are not valid,</div>
<div style="line-height: 1.42857;">@@ -172,7 +172,7 @@ EmuBlockIo2WriteBlocksEx (</div>
<div style="line-height: 1.42857;">   @retval EFI_SUCCESS          The flush request was queued if Event is not NULL.</div>
<div style="line-height: 1.42857;">                                All outstanding data was written correctly to the</div>
<div style="line-height: 1.42857;">                                device if the Event is NULL.</div>
<div style="line-height: 1.42857;">-  @retval EFI_DEVICE_ERROR     The device reported an error while writting back</div>
<div style="line-height: 1.42857;">+  @retval EFI_DEVICE_ERROR     The device reported an error while writing back</div>
<div style="line-height: 1.42857;">                                the data.</div>
<div style="line-height: 1.42857;">   @retval EFI_WRITE_PROTECTED  The device cannot be written to.</div>
<div style="line-height: 1.42857;">   @retval EFI_NO_MEDIA         There is no media in the device.</div>
<div style="line-height: 1.42857;">@@ -250,7 +250,7 @@ EmuBlockIoReset (</div>
<div style="line-height: 1.42857;">   @retval EFI_SUCCESS           The data was read correctly from the device.</div>
<div style="line-height: 1.42857;">   @retval EFI_DEVICE_ERROR      The device reported an error while performing the read.</div>
<div style="line-height: 1.42857;">   @retval EFI_NO_MEDIA          There is no media in the device.</div>
<div style="line-height: 1.42857;">-  @retval EFI_MEDIA_CHANGED     The MediaId does not matched the current device.</div>
<div style="line-height: 1.42857;">+  @retval EFI_MEDIA_CHANGED     The MediaId does not match the current device.</div>
<div style="line-height: 1.42857;">   @retval EFI_BAD_BUFFER_SIZE   The Buffer was not a multiple of the block size of the device.</div>
<div style="line-height: 1.42857;">   @retval EFI_INVALID_PARAMETER The read request contains LBAs that are not valid,</div>
<div style="line-height: 1.42857;">                                 or the buffer is not on proper alignment.</div>
<div style="line-height: 1.42857;">@@ -297,7 +297,7 @@ EmuBlockIoReadBlocks (</div>
<div style="line-height: 1.42857;">   @retval EFI_WRITE_PROTECTED   The device can not be written to.</div>
<div style="line-height: 1.42857;">   @retval EFI_DEVICE_ERROR      The device reported an error while performing the write.</div>
<div style="line-height: 1.42857;">   @retval EFI_NO_MEDIA          There is no media in the device.</div>
<div style="line-height: 1.42857;">-  @retval EFI_MEDIA_CHNAGED     The MediaId does not matched the current device.</div>
<div style="line-height: 1.42857;">+  @retval EFI_MEDIA_CHANGED     The MediaId does not match the current device.</div>
<div style="line-height: 1.42857;">   @retval EFI_BAD_BUFFER_SIZE   The Buffer was not a multiple of the block size of the device.</div>
<div style="line-height: 1.42857;">   @retval EFI_INVALID_PARAMETER The write request contains LBAs that are not valid,</div>
<div style="line-height: 1.42857;">                                 or the buffer is not on proper alignment.</div>
<div style="line-height: 1.42857;">@@ -335,7 +335,7 @@ EmuBlockIoWriteBlocks (</div>
<div style="line-height: 1.42857;">   @param  This              Indicates a pointer to the calling context.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   @retval EFI_SUCCESS       All outstanding data was written to the device</div>
<div style="line-height: 1.42857;">-  @retval EFI_DEVICE_ERROR  The device reported an error while writting back the data</div>
<div style="line-height: 1.42857;">+  @retval EFI_DEVICE_ERROR  The device reported an error while writing back the data</div>
<div style="line-height: 1.42857;">   @retval EFI_NO_MEDIA      There is no media in the device.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> **/</div>
<div style="line-height: 1.42857;">@@ -484,7 +484,7 @@ EmuBlockIoDriverBindingSupported (</div>
<div style="line-height: 1.42857;">   @retval EFI_SUCCESS              The device was started.</div>
<div style="line-height: 1.42857;">   @retval EFI_DEVICE_ERROR         The device could not be started due to a device error.Currently not implemented.</div>
<div style="line-height: 1.42857;">   @retval EFI_OUT_OF_RESOURCES     The request could not be completed due to a lack of resources.</div>
<div style="line-height: 1.42857;">-  @retval Others                   The driver failded to start the device.</div>
<div style="line-height: 1.42857;">+  @retval Others                   The driver failed to start the device.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> **/</div>
<div style="line-height: 1.42857;"> EFI_STATUS</div>
<div style="line-height: 1.42857;">diff --git a/EmulatorPkg/EmuGopDxe/GopDriver.c b/EmulatorPkg/EmuGopDxe/GopDriver.c</div>
<div style="line-height: 1.42857;">index d0215c33e7..595c49a332 100644</div>
<div style="line-height: 1.42857;">--- a/EmulatorPkg/EmuGopDxe/GopDriver.c</div>
<div style="line-height: 1.42857;">+++ b/EmulatorPkg/EmuGopDxe/GopDriver.c</div>
<div style="line-height: 1.42857;">@@ -165,7 +165,7 @@ EmuGopDriverBindingSupported (</div>
<div style="line-height: 1.42857;">   @retval EFI_SUCCESS              The device was started.</div>
<div style="line-height: 1.42857;">   @retval EFI_DEVICE_ERROR         The device could not be started due to a device error.Currently not implemented.</div>
<div style="line-height: 1.42857;">   @retval EFI_OUT_OF_RESOURCES     The request could not be completed due to a lack of resources.</div>
<div style="line-height: 1.42857;">-  @retval Others                   The driver failded to start the device.</div>
<div style="line-height: 1.42857;">+  @retval Others                   The driver failed to start the device.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> **/</div>
<div style="line-height: 1.42857;"> EFI_STATUS</div>
<div style="line-height: 1.42857;">@@ -196,7 +196,7 @@ EmuGopDriverBindingStart (</div>
<div style="line-height: 1.42857;">   }</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   //</div>
<div style="line-height: 1.42857;">-  // Allocate Private context data for SGO inteface.</div>
<div style="line-height: 1.42857;">+  // Allocate Private context data for SGO interface.</div>
<div style="line-height: 1.42857;">   //</div>
<div style="line-height: 1.42857;">   Private = NULL;</div>
<div style="line-height: 1.42857;">   Status = gBS->AllocatePool (</div>
<div style="line-height: 1.42857;">diff --git a/EmulatorPkg/EmuGopDxe/GopInput.c b/EmulatorPkg/EmuGopDxe/GopInput.c</div>
<div style="line-height: 1.42857;">index fdd0b49115..44502900c5 100644</div>
<div style="line-height: 1.42857;">--- a/EmulatorPkg/EmuGopDxe/GopInput.c</div>
<div style="line-height: 1.42857;">+++ b/EmulatorPkg/EmuGopDxe/GopInput.c</div>
<div style="line-height: 1.42857;">@@ -283,7 +283,7 @@ EmuGopSimpleTextInExResetEx (</div>
<div style="line-height: 1.42857;"> /*++</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   Routine Description:</div>
<div style="line-height: 1.42857;">-    Reset the input device and optionaly run diagnostics</div>
<div style="line-height: 1.42857;">+    Reset the input device and optionally run diagnostics</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   Arguments:</div>
<div style="line-height: 1.42857;">     This                 - Protocol instance pointer.</div>
<div style="line-height: 1.42857;">@@ -358,7 +358,7 @@ EmuGopSimpleTextInExReadKeyStrokeEx (</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   Routine Description:</div>
<div style="line-height: 1.42857;">     Reads the next keystroke from the input device. The WaitForKey Event can</div>
<div style="line-height: 1.42857;">-    be used to test for existance of a keystroke via WaitForEvent () call.</div>
<div style="line-height: 1.42857;">+    be used to test for existence of a keystroke via WaitForEvent () call.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   Arguments:</div>
<div style="line-height: 1.42857;">     This       - Protocol instance pointer.</div>
<div style="line-height: 1.42857;">@@ -367,7 +367,7 @@ EmuGopSimpleTextInExReadKeyStrokeEx (</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   Returns:</div>
<div style="line-height: 1.42857;">     EFI_SUCCESS           - The keystroke information was returned.</div>
<div style="line-height: 1.42857;">-    EFI_NOT_READY         - There was no keystroke data availiable.</div>
<div style="line-height: 1.42857;">+    EFI_NOT_READY         - There was no keystroke data available.</div>
<div style="line-height: 1.42857;">     EFI_DEVICE_ERROR      - The keystroke information was not returned due to</div>
<div style="line-height: 1.42857;">                             hardware errors.</div>
<div style="line-height: 1.42857;">     EFI_INVALID_PARAMETER - KeyData is NULL.</div>
<div style="line-height: 1.42857;">@@ -660,7 +660,7 @@ EmuGopSimpleTextInExUnregisterKeyNotify (</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> /**</div>
<div style="line-height: 1.42857;">-  Initialize SimplelTextIn and SimpleTextInEx protocols in the Private</div>
<div style="line-height: 1.42857;">+  Initialize SimpleTextIn and SimpleTextInEx protocols in the Private</div>
<div style="line-height: 1.42857;">   context structure.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   @param  Private               Context structure to fill in.</div>
<div style="line-height: 1.42857;">@@ -676,7 +676,7 @@ EmuGopInitializeSimpleTextInForWindow (</div>
<div style="line-height: 1.42857;">   EFI_STATUS  Status;</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   //</div>
<div style="line-height: 1.42857;">-  // Initialize Simple Text In protoocol</div>
<div style="line-height: 1.42857;">+  // Initialize Simple Text In protocol</div>
<div style="line-height: 1.42857;">   //</div>
<div style="line-height: 1.42857;">   Private->SimpleTextIn.Reset         = EmuGopSimpleTextInReset;</div>
<div style="line-height: 1.42857;">   Private->SimpleTextIn.ReadKeyStroke = EmuGopSimpleTextInReadKeyStroke;</div>
<div style="line-height: 1.42857;">@@ -879,7 +879,7 @@ EmuGopInitializeSimplePointerForWindow (</div>
<div style="line-height: 1.42857;">   EFI_STATUS  Status;</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   //</div>
<div style="line-height: 1.42857;">-  // Initialize Simple Pointer protoocol</div>
<div style="line-height: 1.42857;">+  // Initialize Simple Pointer protocol</div>
<div style="line-height: 1.42857;">   //</div>
<div style="line-height: 1.42857;">   Private->PointerMode.ResolutionX = 1;</div>
<div style="line-height: 1.42857;">   Private->PointerMode.ResolutionY = 1;</div>
<div style="line-height: 1.42857;">diff --git a/EmulatorPkg/EmuGopDxe/GopScreen.c b/EmulatorPkg/EmuGopDxe/GopScreen.c</div>
<div style="line-height: 1.42857;">index fbac649f8b..f1fee4d6c0 100644</div>
<div style="line-height: 1.42857;">--- a/EmulatorPkg/EmuGopDxe/GopScreen.c</div>
<div style="line-height: 1.42857;">+++ b/EmulatorPkg/EmuGopDxe/GopScreen.c</div>
<div style="line-height: 1.42857;">@@ -10,7 +10,7 @@ Module Name:</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> Abstract:</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">-  This file produces the graphics abstration of UGA. It is called by</div>
<div style="line-height: 1.42857;">+  This file produces the graphics abstraction of UGA. It is called by</div>
<div style="line-height: 1.42857;">   EmuGopDriver.c file which deals with the EFI 1.1 driver model.</div>
<div style="line-height: 1.42857;">   This file just does graphics.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">@@ -172,12 +172,12 @@ EmuGopSetMode (</div>
<div style="line-height: 1.42857;">   @param  DestinationX X coordinate of destination for the BltBuffer.</div>
<div style="line-height: 1.42857;">   @param  DestinationY Y coordinate of destination for the BltBuffer.</div>
<div style="line-height: 1.42857;">   @param  Width        Width of rectangle in BltBuffer in pixels.</div>
<div style="line-height: 1.42857;">-  @param  Height       Hight of rectangle in BltBuffer in pixels.</div>
<div style="line-height: 1.42857;">+  @param  Height       Height of rectangle in BltBuffer in pixels.</div>
<div style="line-height: 1.42857;">   @param  Delta        OPTIONAL</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;">   @retval EFI_SUCCESS           The Blt operation completed.</div>
<div style="line-height: 1.42857;">   @retval EFI_INVALID_PARAMETER BltOperation is not valid.</div>
<div style="line-height: 1.42857;">-  @retval EFI_DEVICE_ERROR      A hardware error occured writting to the video buffer.</div>
<div style="line-height: 1.42857;">+  @retval EFI_DEVICE_ERROR      A hardware error occurred writing to the video buffer.</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> **/</div>
<div style="line-height: 1.42857;"> EFI_STATUS</div>
<div style="line-height: 1.42857;">diff --git a/EmulatorPkg/EmuThunkDxe/EmuThunk.c b/EmulatorPkg/EmuThunkDxe/EmuThunk.c</div>
<div style="line-height: 1.42857;">index d26d52ae36..ef791eedce 100644</div>
<div style="line-height: 1.42857;">--- a/EmulatorPkg/EmuThunkDxe/EmuThunk.c</div>
<div style="line-height: 1.42857;">+++ b/EmulatorPkg/EmuThunkDxe/EmuThunk.c</div>
<div style="line-height: 1.42857;">@@ -63,7 +63,7 @@ Arguments:</div>
<div style="line-height: 1.42857;">   (Standard EFI Image entry - EFI_IMAGE_ENTRY_POINT)</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> Returns:</div>
<div style="line-height: 1.42857;">-  EFI_SUCEESS - UnixThunk protocol is added or error status from</div>
<div style="line-height: 1.42857;">+  EFI_SUCCESS - UnixThunk protocol is added or error status from</div>
<div style="line-height: 1.42857;">                 gBS->InstallMultiProtocolInterfaces().</div>
<div style="line-height: 1.42857;"> </div>
<div style="line-height: 1.42857;"> **/</div>
<div style="line-height: 1.42857;">-- </div>
<div style="line-height: 1.42857;">2.20.1 (Apple Git-117)</div>
<div style="line-height: 1.42857;"> </div>

<div width="1" style="color:white;clear:both">_._,_._,_</div>
<hr>
Groups.io Links:<p>

You receive all messages sent to this group.


<p>

<a target="_blank" href="https://edk2.groups.io/g/devel/message/43175">View/Reply Online (#43175)</a> |


  


|


  
    <a target="_blank" href="https://groups.io/mt/32288190/1813853">Mute This Topic</a>
  

| <a href="https://edk2.groups.io/g/devel/post">New Topic</a><br>



<br>

<a href="https://edk2.groups.io/g/devel/editsub/1813853">Your Subscription</a> |
<a href="mailto:devel+owner@edk2.groups.io">Contact Group Owner</a> |

<a href="https://edk2.groups.io/g/devel/unsub">Unsubscribe</a>

 [edk2-devel-archive@redhat.com]<br>
<div width="1" style="color:white;clear:both">_._,_._,_</div>