diff options
author | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-29 13:31:16 +0000 |
---|---|---|
committer | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-29 13:31:16 +0000 |
commit | 69c8f27cd83a21c9da904cdf1e71098c6eb4bdb2 (patch) | |
tree | c552024f67dac1da8b715aadaf345460dbee606c | |
parent | d9fdf2ca964949d9aa4df7832848ba51cdfb722f (diff) | |
download | edk2-69c8f27cd83a21c9da904cdf1e71098c6eb4bdb2.tar.gz edk2-69c8f27cd83a21c9da904cdf1e71098c6eb4bdb2.tar.bz2 edk2-69c8f27cd83a21c9da904cdf1e71098c6eb4bdb2.zip |
Updated comment at line 595 to be PI 1.1 spec, instead of 1.0.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9020 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | IntelFrameworkPkg/Include/Framework/SmmCis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/SmmCis.h b/IntelFrameworkPkg/Include/Framework/SmmCis.h index 708e4b1c59..dd3ea54080 100644 --- a/IntelFrameworkPkg/Include/Framework/SmmCis.h +++ b/IntelFrameworkPkg/Include/Framework/SmmCis.h @@ -592,7 +592,7 @@ struct _EFI_SMM_SYSTEM_TABLE { //
///Inconsistent with specification here:
- /// In Framework Spec, this definition does not exist. This method is introduced in PI1.0 spec for
+ /// In Framework Spec, this definition does not exist. This method is introduced in PI1.1 spec for
/// implementation needed.
EFI_SMM_STARTUP_THIS_AP SmmStartupThisAp;
|