- availabe to available
- EFI_UNSUPPORTEDT to EFI_UNSUPPORTED
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]>
Reviewed-by: Liming Gao <[email protected]>
---
MdePkg/Include/Protocol/Cpu.h | 4 ++--
MdePkg/Include/Protocol/ServiceBinding.h | 4 ++--
MdePkg/Include/Protocol/Timer.h | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/MdePkg/Include/Protocol/Cpu.h b/MdePkg/Include/Protocol/Cpu.h
index 4d95329..1b469aa 100644
--- a/MdePkg/Include/Protocol/Cpu.h
+++ b/MdePkg/Include/Protocol/Cpu.h
@@ -3,7 +3,7 @@
This code abstracts the DXE core from processor implementation details.
- Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD
License
which accompanies this distribution. The full text of the license may be
found at
@@ -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..6b8f828 100644
--- a/MdePkg/Include/Protocol/ServiceBinding.h
+++ b/MdePkg/Include/Protocol/ServiceBinding.h
@@ -5,7 +5,7 @@
It provides services that are required to create and destroy child
handles that support a given set of protocols.
- Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD
License
which accompanies this distribution. The full text of the license may be
found at
@@ -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..c9a998e 100644
--- a/MdePkg/Include/Protocol/Timer.h
+++ b/MdePkg/Include/Protocol/Timer.h
@@ -3,7 +3,7 @@
This code is used to provide the timer tick for the DXE core.
- Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD
License
which accompanies this distribution. The full text of the license may be
found at
@@ -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