summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/CpuLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/CpuLib.h')
-rw-r--r--MdePkg/Include/Library/CpuLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/CpuLib.h b/MdePkg/Include/Library/CpuLib.h
index b9a1869425..629b972655 100644
--- a/MdePkg/Include/Library/CpuLib.h
+++ b/MdePkg/Include/Library/CpuLib.h
@@ -3,7 +3,7 @@
in the Base Library due to dependencies on the PAL Library
The CPU Library provides services to flush CPU TLBs and place the CPU in a sleep state.
- The implementation of these services on Itanium CPUs requires the use of PAL Calls.
+ The implementation of these services on Itanium processors requires the use of PAL Calls.
PAL Calls require PEI and DXE specific mechanisms to look up PAL Entry Point.
As a result, these services could not be defined in the Base Library.