]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor comment update.
authorxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 10 May 2010 02:49:38 +0000 (02:49 +0000)
committerxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 10 May 2010 02:49:38 +0000 (02:49 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10477 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/PiSmmCore/PiSmmCorePrivateData.h

index ae1fae5080a37bb8cb02facecbfe52daa44df155..bfacfbb6bd2108d1b24fe1abe894d3c8c9881022 100644 (file)
@@ -25,7 +25,7 @@
 /// Private structure that is used to share information between the SMM IPL and \r
 /// the SMM Core.  This structure is allocated from memory of type EfiRuntimeServicesData.\r
 /// Since runtime memory types are converted to available memory when a legacy boot \r
-/// is performed, the SMM Core must access any fields of this structure if a legacy \r
+/// is performed, the SMM Core must not access any fields of this structure if a legacy \r
 /// boot is performed.  As a result, the SMM IPL must create an event notification \r
 /// for the Legacy Boot event and notify the SMM Core that a legacy boot is being \r
 /// performed.  The SMM Core can then use this information to filter accesses to \r