summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Cpu.h')
-rw-r--r--MdePkg/Include/Protocol/Cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Cpu.h b/MdePkg/Include/Protocol/Cpu.h
index 4d95329d5d..1b469aa07e 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.