]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/PiSmmCorePrivateData.h
MdeModulePkg/Core/PiSmmCore: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmCorePrivateData.h
index 1d8af6f127671572b7e6cd7504db457535f3f7f0..28f95d9b024b9edadbc106126a042f6b35729b61 100644 (file)
@@ -65,7 +65,7 @@ typedef struct {
 \r
   ///\r
   /// The SMM Foundation Entry Point.  The SMM Core fills in this field when the\r
-  /// SMM Core is initialized.  The SMM IPL is responsbile for registering this entry\r
+  /// SMM Core is initialized.  The SMM IPL is responsible for registering this entry\r
   /// point with the SMM Configuration Protocol.  The SMM Configuration Protocol may\r
   /// not be available at the time the SMM IPL and SMM Core are started, so the SMM IPL\r
   /// sets up a protocol notification on the SMM Configuration Protocol and registers\r
@@ -92,14 +92,14 @@ typedef struct {
   EFI_SMM_SYSTEM_TABLE2           *Smst;\r
 \r
   ///\r
-  /// This field is used by the SMM Communicatioon Protocol to pass a buffer into\r
+  /// This field is used by the SMM Communication Protocol to pass a buffer into\r
   /// a software SMI handler and for the software SMI handler to pass a buffer back to\r
   /// the caller of the SMM Communication Protocol.\r
   ///\r
   VOID                            *CommunicationBuffer;\r
 \r
   ///\r
-  /// This field is used by the SMM Communicatioon Protocol to pass the size of a buffer,\r
+  /// This field is used by the SMM Communication Protocol to pass the size of a buffer,\r
   /// in bytes, into a software SMI handler and for the software SMI handler to pass the\r
   /// size, in bytes, of a buffer back to the caller of the SMM Communication Protocol.\r
   ///\r