Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <[email protected]>
---
 .../Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Thunk.c    | 2 +-
 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h        | 2 +-
 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h    | 2 +-
 .../Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h           | 2 +-
 .../StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.c          | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Thunk.c
 
b/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Thunk.c
index 7d3f5d0..5069cc3 100644
--- 
a/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Thunk.c
+++ 
b/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Thunk.c
@@ -102,7 +102,7 @@ SmbiosDataFilter (
 
   //
   // Get the Data Hub Protocol. Assume only one instance
-  // of Data Hub Protocol is availabe in the system.
+  // of Data Hub Protocol is available in the system.
   //
   HandleSize = sizeof (EFI_HANDLE);
 
diff --git a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h 
b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h
index 2e13596..379acfc 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h
@@ -87,7 +87,7 @@ Returns:
 
   EFI_SUCCESS       -  The address range from Start to Start+Length was 
flushed from 
                        the processor's data cache.
-  EFI_UNSUPPORTEDT  -  The processor does not support the cache flush type 
specified 
+  EFI_UNSUPPORTED   -  The processor does not support the cache flush type 
specified
                        by FlushType.
   EFI_DEVICE_ERROR  -  The address range from Start to Start+Length could not 
be flushed 
                        from the processor's data cache.
diff --git a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h 
b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
index ab46aa0..eb12f36 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
@@ -208,7 +208,7 @@ Returns:
 
   EFI_SUCCESS       - The soft timer interrupt was generated.
 
-  EFI_UNSUPPORTEDT  - The platform does not support the generation of soft 
timer interrupts.
+  EFI_UNSUPPORTED   - The platform does not support the generation of soft 
timer interrupts.
 
 --*/
 
diff --git 
a/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h 
b/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h
index 14e3b09..270de72 100644
--- 
a/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h
+++ 
b/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h
@@ -46,7 +46,7 @@ EFI_STATUS
 
   Returns:
     EFI_SUCCES           - The child handle was created with the I/O services.
-    EFI_OUT_OF_RESOURCES - There are not enough resources availabe to create
+    EFI_OUT_OF_RESOURCES - There are not enough resources available to create
                            the child.
     other                - The child handle was not created.
 
diff --git 
a/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.c
 
b/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.c
index 11b4dbb..968f381 100644
--- 
a/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.c
+++ 
b/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/BsDataHubStatusCode.c
@@ -17,9 +17,9 @@ Abstract:
 
   This implements a status code listener that logs status codes into the data
   hub.  This is only active during non-runtime DXE.
-  The status codes are recorded in a extensiable buffer, and a event is 
signalled 
+  The status codes are recorded in a extensible buffer, and a event is 
signalled
   to log them to the data hub. The recorder is the producer of the status code 
in
-  buffer and the event notify function the consummer.
+  buffer and the event notify function the consumer.
 
 --*/
 
-- 
2.9.0.windows.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to