From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: [PATCH v2 2/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:14 -0700 Message-ID: <18818.1562085674408085907@groups.io> Content-Type: multipart/alternative; boundary="WEWOoczTLYPXOJ1k2A18" --WEWOoczTLYPXOJ1k2A18 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 --- .../EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c=C2=A0 =C2=A0 =C2=A0 =C2= =A0|=C2=A0 2 +- EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c=C2=A0 =C2=A0 =C2=A0| 10= +++++----- EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= = =A0 =C2=A0 |=C2=A0 2 +- .../FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf=C2=A0 =C2=A0 |=C2=A0 4= ++-- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c=C2=A0 =C2=A0 =C2=A0 |=C2= = =A0 4 ++-- EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= = =A0 =C2=A0 |=C2=A0 2 +- EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c=C2=A0 =C2=A0 | 10 ++++= +----- EmulatorPkg/TimerDxe/Timer.c=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 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c b/Em= ulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c index 6cea25b140..a0fddff1f7 100644 --- a/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c +++ b/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c @@ -700,7 +700,7 @@ EmuSimpleFileSystemDriverBindingSupported ( @retval EFI_SUCCESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 The de= vice was started. @retval EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0The device could= not be started due to a device error.Currently not implemented. @retval EFI_OUT_OF_RESOURCES=C2=A0 =C2=A0 =C2=A0The request could not be c= ompleted due to a lack of resources. -=C2=A0 @retval Others=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= = =A0 =C2=A0 =C2=A0The driver failded to start the device. +=C2=A0 @retval Others=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= = =A0 =C2=A0 =C2=A0The driver failed to start the device. **/ EFI_STATUS diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c b/Emulator= Pkg/FvbServicesRuntimeDxe/FWBlockService.c index db028c9e92..e47f20fe0e 100644 --- a/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c +++ b/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c @@ -137,7 +137,7 @@ Arguments: returned Global=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 - Pointer to= ESAL_FWB_GLOBAL that contains all instance data -=C2=A0 FwhInstance=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The EFI_FW_V= OL_INSTANCE fimrware instance structure +=C2=A0 FwhInstance=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The EFI_FW_V= OL_INSTANCE firmware instance structure Virtual=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- Whether CP= U is in virtual or physical mode Returns: @@ -956,7 +956,7 @@ Routine Description: Writes data beginning at Lba:Offset from FV. The write terminates either when *NumBytes of data have been written, or when a block boundary is reached.=C2=A0 *NumBytes is updated to reflect the actual number of bytes -=C2=A0 written. The write opertion does not include erase. This routine w= ill +=C2=A0 written. The write operation does not include erase. This routine = will attempt to write only the specified bytes. If the writes do not stick, it will return an error. @@ -1004,7 +1004,7 @@ Routine Description: Reads data beginning at Lba:Offset from FV. The Read terminates either when *NumBytes of data have been read, or when a block boundary is reached.=C2=A0 *NumBytes is updated to reflect the actual number of bytes -=C2=A0 written. The write opertion does not include erase. This routine w= ill +=C2=A0 written. The write operation does not include erase. This routine = will attempt to write only the specified bytes. If the writes do not stick, it will return an error. @@ -1185,7 +1185,7 @@ Returns: // // Only need to allocate once. There is only one copy of physical memory f= or // the private data of each FV instance. But in virtual mode or in physica= l -=C2=A0 // mode, the address of the the physical memory may be different. +=C2=A0 // mode, the address of the physical memory may be different. // Status =3D gBS->AllocatePool ( EfiRuntimeServicesData, @@ -1313,7 +1313,7 @@ Returns: ASSERT_EFI_ERROR (Status); } else if (IsDevicePathEnd (TempFwbDevicePath)) { // -=C2=A0 =C2=A0 =C2=A0 // Device allready exists, so reinstall the FVB prot= ocol +=C2=A0 =C2=A0 =C2=A0 // Device already exists, so reinstall the FVB proto= col // Status =3D gBS->HandleProtocol ( FwbHandle, diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c b/EmulatorPkg/Fvb= ServicesRuntimeDxe/FvbInfo.c index af8f9a9831..386d6e63d8 100644 --- a/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c +++ b/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c @@ -81,7 +81,7 @@ EFI_FVB_MEDIA_INFO=C2=A0 mPlatformFvbMediaInfo[] =3D { } }, // -=C2=A0 // Systen NvStorage FVB +=C2=A0 // System NvStorage FVB // { FixedPcdGet32 (PcdFlashNvStorageVariableSize) + \ diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf b= /EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf index 7ef0288275..c117c7ee2b 100644 --- a/EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf +++ b/EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf @@ -1,7 +1,7 @@ ## @file -# Component description file for Emu Fimware Volume Block DXE driver modu= le. +# Component description file for Emu Firmware Volume Block DXE driver mod= ule. # -# This DXE runtime driver implements and produces the Fimware Volue Block= Protocol on +# This DXE runtime driver implements and produces the Firmware Volue Bloc= k Protocol on #=C2=A0 Emu emulator. # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.
# Portions copyright (c) 2011, Apple Inc. All rights reserved. diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorP= kg/PlatformSmbiosDxe/PlatformSmbiosDxe.c index e6f8734600..e117fd0fc8 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -77,7 +77,7 @@ CreatePlatformSmbiosMemoryRecords ( @param ImageHandle=C2=A0 =C2=A0 =C2=A0Image handle this driver. @param SystemTable=C2=A0 =C2=A0 =C2=A0Pointer to SystemTable. -=C2=A0 @retval EFI_SUCESS=C2=A0 =C2=A0 =C2=A0This function always complet= e successfully. +=C2=A0 @retval EFI_SUCCESS=C2=A0 =C2=A0 This function always complete suc= cessfully. **/ EFI_STATUS @@ -120,7 +120,7 @@ PlatfomrSmbiosDriverEntryPoint ( // Phase 3 - Create tables from scratch // Create Type 13 record from EFI Variables -=C2=A0 // Do we need this record for EFI as the info is available from EF= I varaibles +=C2=A0 // Do we need this record for EFI as the info is available from EF= I variables // Also language types don't always match between EFI and SMBIOS // CreateSmbiosLanguageInformation (1, gSmbiosLangToEfiLang); diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/Pla= tformSmbiosDxe/SmbiosTable.c index 11c8e94504..72a0338ca9 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -10,7 +10,7 @@ System Slots (Type 9) - If system has slots Physical Memory Array (Type 16) Memory Device (Type 17) - For each socketed system-memory Device -=C2=A0 =C2=A0 Memory Array Mapped Address (Type 19) - One per contiguous = block per Physical Memroy Array +=C2=A0 =C2=A0 Memory Array Mapped Address (Type 19) - One per contiguous = block per Physical Memory Array System Boot Information (Type 32) Copyright (c) 2012, Apple Inc. All rights reserved.
diff --git a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c b/Emulato= rPkg/RealTimeClockRuntimeDxe/RealTimeClock.c index c2f980ddc5..b8582b6d9b 100644 --- a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c +++ b/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c @@ -61,7 +61,7 @@ Arguments: Returns: -=C2=A0 EFI_SUCEESS=C2=A0 =C2=A0- The underlying GetSystemTime call occurr= ed and returned +=C2=A0 EFI_SUCCESS=C2=A0 =C2=A0- The underlying GetSystemTime call occurr= ed and returned Note that in the NT32 emulation, the GetSystemTime call has no return valu= e thus you will always receive a EFI_SUCCESS on this. @@ -98,7 +98,7 @@ Arguments: Returns: -=C2=A0 EFI_SUCEESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The operatio= n completed successfully. +=C2=A0 EFI_SUCCESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The operatio= n completed successfully. EFI_INVALID_PARAMETER - One of the fields in Time is out of range. @@ -145,7 +145,7 @@ Arguments: Returns: -=C2=A0 EFI_SUCEESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The operatio= n completed successfully. +=C2=A0 EFI_SUCCESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The operatio= n completed successfully. EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0 - The operation could not be complete= due to a device error. @@ -177,7 +177,7 @@ Arguments: Returns: -=C2=A0 EFI_SUCEESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The operatio= n completed successfully. +=C2=A0 EFI_SUCCESS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0- The operatio= n completed successfully. EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0 - The operation could not be complete= due to a device error. @@ -207,7 +207,7 @@ Arguments: Returns: -=C2=A0 EFI_SUCEESS - Real Time Clock Services are installed into the Runt= ime Services Table +=C2=A0 EFI_SUCCESS - Real Time Clock Services are installed into the Runt= ime Services Table **/ { diff --git a/EmulatorPkg/TimerDxe/Timer.c b/EmulatorPkg/TimerDxe/Timer.c index dfd92acc8c..8e2baaaa5b 100644 --- a/EmulatorPkg/TimerDxe/Timer.c +++ b/EmulatorPkg/TimerDxe/Timer.c @@ -301,7 +301,7 @@ Returns: EFI_OUT_OF_RESOURCES=C2=A0 - Not enough resources available to initialize = driver. -=C2=A0 EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0 - A device error occured atte= mpting to initialize the driver. +=C2=A0 EFI_DEVICE_ERROR=C2=A0 =C2=A0 =C2=A0 - A device error occurred att= empting to initialize the driver. **/ { -- 2.20.1 (Apple Git-117) --WEWOoczTLYPXOJ1k2A18 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>
---
 .../EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c    &= nbsp;  |  2 +-
 EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c   =  | 10 +++++-----
 EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c     =       |  2 +-
 .../FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf   = ; |  4 ++--
 EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c    =   |  4 ++--
 EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c     =       |  2 +-
 EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c   = ; | 10 +++++-----
 EmulatorPkg/TimerDxe/Timer.c          =                  |  2 +-<= /div>
 8 files changed, 18 insertions(+), 18 deletions(-)
 
diff --git a/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c= b/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
index 6cea25b140..a0fddff1f7 100644
--- a/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
+++ b/EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
@@ -700,7 +700,7 @@ EmuSimpleFileSystemDriverBindingSupported (
   @retval EFI_SUCCESS          &n= bsp;   The device was started.
   @retval EFI_DEVICE_ERROR        &nbs= p;The device could not be started due to a device error.Currently not imple= mented.
   @retval EFI_OUT_OF_RESOURCES     The requ= est could not be completed due to a lack of resources.
-  @retval Others             = ;      The driver failded to start the device.
+  @retval Others             = ;      The driver failed to start the device.
 
 **/
 EFI_STATUS
diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c b/Emu= latorPkg/FvbServicesRuntimeDxe/FWBlockService.c
index db028c9e92..e47f20fe0e 100644
--- a/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c
+++ b/EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c
@@ -137,7 +137,7 @@ Arguments:
                   =        returned
   Global              &= nbsp; - Pointer to ESAL_FWB_GLOBAL that contains all
                   =        instance data
-  FwhInstance           - The EFI= _FW_VOL_INSTANCE fimrware instance structure
+  FwhInstance           - The EFI= _FW_VOL_INSTANCE firmware instance structure
   Virtual              =  - Whether CPU is in virtual or physical mode
 
 Returns:
@@ -956,7 +956,7 @@ Routine Description:
   Writes data beginning at Lba:Offset from FV. The write t= erminates either
   when *NumBytes of data have been written, or when a bloc= k boundary is
   reached.  *NumBytes is updated to reflect the actua= l number of bytes
-  written. The write opertion does not include erase. This rout= ine will
+  written. The write operation does not include erase. This rou= tine will
   attempt to write only the specified bytes. If the writes= do not stick,
   it will return an error.
 
@@ -1004,7 +1004,7 @@ Routine Description:
   Reads data beginning at Lba:Offset from FV. The Read ter= minates either
   when *NumBytes of data have been read, or when a block b= oundary is
   reached.  *NumBytes is updated to reflect the actua= l number of bytes
-  written. The write opertion does not include erase. This rout= ine will
+  written. The write operation does not include erase. This rou= tine will
   attempt to write only the specified bytes. If the writes= do not stick,
   it will return an error.
 
@@ -1185,7 +1185,7 @@ Returns:
   //
   // Only need to allocate once. There is only one copy of= physical memory for
   // the private data of each FV instance. But in virtual = mode or in physical
-  // mode, the address of the the physical memory may be differ= ent.
+  // mode, the address of the physical memory may be different.=
   //
   Status =3D gBS->AllocatePool (
                   = EfiRuntimeServicesData,
@@ -1313,7 +1313,7 @@ Returns:
       ASSERT_EFI_ERROR (Status);
     } else if (IsDevicePathEnd (TempFwbDevicePath)) {=
       //
-      // Device allready exists, so reinstall the FVB= protocol
+      // Device already exists, so reinstall the FVB = protocol
       //
       Status =3D gBS->HandleProtocol (
                   =    FwbHandle,
diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c b/EmulatorPk= g/FvbServicesRuntimeDxe/FvbInfo.c
index af8f9a9831..386d6e63d8 100644
--- a/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c
+++ b/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c
@@ -81,7 +81,7 @@ EFI_FVB_MEDIA_INFO  mPlatformFvbMediaInfo[] = =3D {
     }
   },
   //
-  // Systen NvStorage FVB
+  // System NvStorage FVB
   //
   {
     FixedPcdGet32 (PcdFlashNvStorageVariableSize) + \=
diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.= inf b/EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
index 7ef0288275..c117c7ee2b 100644
--- a/EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
+++ b/EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
@@ -1,7 +1,7 @@
 ## @file
-# Component description file for Emu Fimware Volume Block DXE driver= module.
+# Component description file for Emu Firmware Volume Block DXE drive= r module.
 #
-# This DXE runtime driver implements and produces the Fimware Volue = Block Protocol on
+# This DXE runtime driver implements and produces the Firmware Volue= Block Protocol on
 #  Emu emulator.
 # Copyright (c) 2008 - 2018, Intel Corporation. All rights rese= rved.<BR>
 # Portions copyright (c) 2011, Apple Inc. All rights reserved.<= /div>
diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/Emul= atorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c
index e6f8734600..e117fd0fc8 100644
--- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c
+++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c
@@ -77,7 +77,7 @@ CreatePlatformSmbiosMemoryRecords (
   @param ImageHandle     Image handle this = driver.
   @param SystemTable     Pointer to SystemT= able.
 
-  @retval EFI_SUCESS     This function always co= mplete successfully.
+  @retval EFI_SUCCESS    This function always complet= e successfully.
 
 **/
 EFI_STATUS
@@ -120,7 +120,7 @@ PlatfomrSmbiosDriverEntryPoint (
   // Phase 3 - Create tables from scratch
 
   // Create Type 13 record from EFI Variables
-  // Do we need this record for EFI as the info is available fr= om EFI varaibles
+  // Do we need this record for EFI as the info is available fr= om EFI variables
   // Also language types don't always match between EFI an= d SMBIOS
   // CreateSmbiosLanguageInformation (1, gSmbiosLangToEfiL= ang);
 
diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPk= g/PlatformSmbiosDxe/SmbiosTable.c
index 11c8e94504..72a0338ca9 100644
--- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
+++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
@@ -10,7 +10,7 @@
     System Slots (Type 9) - If system has slots
     Physical Memory Array (Type 16)
     Memory Device (Type 17) - For each socketed syste= m-memory Device
-    Memory Array Mapped Address (Type 19) - One per contig= uous block per Physical Memroy Array
+    Memory Array Mapped Address (Type 19) - One per contig= uous block per Physical Memory Array
     System Boot Information (Type 32)
 
   Copyright (c) 2012, Apple Inc. All rights reserved.<B= R>
diff --git a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c b/Em= ulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
index c2f980ddc5..b8582b6d9b 100644
--- a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
+++ b/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
@@ -61,7 +61,7 @@ Arguments:
 
 Returns:
 
-  EFI_SUCEESS   - The underlying GetSystemTime call o= ccurred and returned
+  EFI_SUCCESS   - The underlying GetSystemTime call o= ccurred and returned
                   = Note that in the NT32 emulation, the GetSystemTime call has no return value=
                   = thus you will always receive a EFI_SUCCESS on this.
 
@@ -98,7 +98,7 @@ Arguments:
 
 Returns:
 
-  EFI_SUCEESS           - The ope= ration completed successfully.
+  EFI_SUCCESS           - The ope= ration completed successfully.
 
   EFI_INVALID_PARAMETER - One of the fields in Time is out= of range.
 
@@ -145,7 +145,7 @@ Arguments:
 
 Returns:
 
-  EFI_SUCEESS           - The ope= ration completed successfully.
+  EFI_SUCCESS           - The ope= ration completed successfully.
 
   EFI_DEVICE_ERROR      - The operation cou= ld not be complete due to a device error.
 
@@ -177,7 +177,7 @@ Arguments:
 
 Returns:
 
-  EFI_SUCEESS           - The ope= ration completed successfully.
+  EFI_SUCCESS           - The ope= ration completed successfully.
 
   EFI_DEVICE_ERROR      - The operation cou= ld not be complete due to a device error.
 
@@ -207,7 +207,7 @@ Arguments:
 
 Returns:
 
-  EFI_SUCEESS - Real Time Clock Services are installed into the= Runtime Services Table
+  EFI_SUCCESS - Real Time Clock Services are installed into the= Runtime Services Table
 
 **/
 {
diff --git a/EmulatorPkg/TimerDxe/Timer.c b/EmulatorPkg/TimerDxe/Time= r.c
index dfd92acc8c..8e2baaaa5b 100644
--- a/EmulatorPkg/TimerDxe/Timer.c
+++ b/EmulatorPkg/TimerDxe/Timer.c
@@ -301,7 +301,7 @@ Returns:
 
   EFI_OUT_OF_RESOURCES  - Not enough resources availa= ble to initialize driver.
 
-  EFI_DEVICE_ERROR      - A device error occured= attempting to initialize the driver.
+  EFI_DEVICE_ERROR      - A device error occurre= d attempting to initialize the driver.
 
 **/
 {
-- 
2.20.1 (Apple Git-117)
 
--WEWOoczTLYPXOJ1k2A18--