Cc: Liming Gao <[email protected]>
Cc: Michael D Kinney <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <[email protected]>
---
 MdePkg/Include/Protocol/Cpu.h            | 2 +-
 MdePkg/Include/Protocol/ServiceBinding.h | 2 +-
 MdePkg/Include/Protocol/Timer.h          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MdePkg/Include/Protocol/Cpu.h b/MdePkg/Include/Protocol/Cpu.h
index 4d95329..10cbba3 100644
--- a/MdePkg/Include/Protocol/Cpu.h
+++ b/MdePkg/Include/Protocol/Cpu.h
@@ -81,7 +81,7 @@ VOID
 
   @retval EFI_SUCCESS           The address range from Start to Start+Length 
was flushed from
                                 the processor's data cache.
-  @retval EFI_UNSUPPORTEDT      The processor does not support the cache flush 
type specified
+  @retval EFI_UNSUPPORTED       The processor does not support the cache flush 
type specified
                                 by FlushType.
   @retval EFI_DEVICE_ERROR      The address range from Start to Start+Length 
could not be flushed
                                 from the processor's data cache.
diff --git a/MdePkg/Include/Protocol/ServiceBinding.h 
b/MdePkg/Include/Protocol/ServiceBinding.h
index 34ac2f6..ea72919 100644
--- a/MdePkg/Include/Protocol/ServiceBinding.h
+++ b/MdePkg/Include/Protocol/ServiceBinding.h
@@ -38,7 +38,7 @@ typedef struct _EFI_SERVICE_BINDING_PROTOCOL 
EFI_SERVICE_BINDING_PROTOCOL;
 
   @retval EFI_SUCCES            The protocol was added to ChildHandle.
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources availabe to 
create
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to 
create
                                 the child
   @retval other                 The child handle was not created
 
diff --git a/MdePkg/Include/Protocol/Timer.h b/MdePkg/Include/Protocol/Timer.h
index 6fe0044..d5c6740 100644
--- a/MdePkg/Include/Protocol/Timer.h
+++ b/MdePkg/Include/Protocol/Timer.h
@@ -150,7 +150,7 @@ EFI_STATUS
   @param  This                  The EFI_TIMER_ARCH_PROTOCOL instance.
 
   @retval EFI_SUCCESS           The soft timer interrupt was generated.
-  @retval EFI_UNSUPPORTEDT      The platform does not support the generation 
of soft timer interrupts.
+  @retval EFI_UNSUPPORTED       The platform does not support the generation 
of soft timer interrupts.
 
 **/
 typedef 
-- 
2.9.0.windows.1

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

Reply via email to