From 7efe609d58df8c57a61de747967bca5fbccb7d6e Mon Sep 17 00:00:00 2001 From: "Mudusuru, Giri P" Date: Fri, 8 Jul 2016 14:20:56 +0800 Subject: EdkCompatibilityPkg: Fix typos in comments - availabe to available - consummer to consumer - EFI_UNSUPPORTEDT to EFI_UNSUPPORTED - extensiable to extensible Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Liming Gao --- EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h | 4 ++-- EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h | 4 ++-- .../Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'EdkCompatibilityPkg/Foundation') diff --git a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h index 2e13596030..81460276d8 100644 --- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h +++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2004, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
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 @@ -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 ab46aa0ae7..c98860938b 100644 --- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h +++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2004, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
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 @@ -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 14e3b0960c..cd2482bafc 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2005, Intel Corporation. All rights reserved.
+Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.
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 @@ -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. -- cgit v1.2.3