summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Pi/PiSmmCis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Pi/PiSmmCis.h b/MdePkg/Include/Pi/PiSmmCis.h
index 25dd51471..29e5e9067 100644
--- a/MdePkg/Include/Pi/PiSmmCis.h
+++ b/MdePkg/Include/Pi/PiSmmCis.h
@@ -216,7 +216,7 @@ typedef struct _EFI_SMM_ENTRY_CONTEXT {
///
UINTN CurrentlyExecutingCpu;
///
- /// The number of current operational processors in the platform. This is a 1 based
+ /// The number of possible processors in the platform. This is a 1 based
/// counter. This does not indicate the number of processors that entered SMM.
///
UINTN NumberOfCpus;
@@ -297,7 +297,7 @@ struct _EFI_SMM_SYSTEM_TABLE2 {
///
UINTN CurrentlyExecutingCpu;
///
- /// The number of current operational processors in the platform. This is a 1 based counter.
+ /// The number of possible processors in the platform. This is a 1 based counter.
///
UINTN NumberOfCpus;
///