]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix minor typos in comments.
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Jun 2009 05:59:40 +0000 (05:59 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Jun 2009 05:59:40 +0000 (05:59 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8454 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/Legacy8259.h
IntelFrameworkPkg/Include/Protocol/SmmAccess.h

index 53d8dcaf3f1b07f1424610f1ee0d63f243f8c4eb..2b5ccc95206aff90230ea6b0337ac8efc79afe82 100644 (file)
@@ -64,10 +64,10 @@ typedef enum {
 \r
   @param  This                  Protocol instance pointer.\r
   @param  MasterBase            The base vector for the Master PIC in the 8259 controller\r
-  @param  Slavebase             The base vector for the Master PIC in the 8259 controller\r
+  @param  SlaveBase             The base vector for the Slave PIC in the 8259 controller\r
 \r
   @retval EFI_SUCCESS           The new bases were programmed\r
-  @retval EFI_DEVICE_ERROR      A device erro occured programming the vector bases\r
+  @retval EFI_DEVICE_ERROR      A device error occured programming the vector bases\r
 \r
 **/\r
 typedef\r
@@ -116,7 +116,7 @@ EFI_STATUS
   @param  ProtectedEdgeLevel    Bit 0 is Irq0 - Bit 15 is Irq15\r
 \r
   @retval EFI_SUCCESS           8259 status returned\r
-  @retval EFI_DEVICE_ERROR      Error reading 8259\r
+  @retval EFI_DEVICE_ERROR      Error writing 8259\r
 \r
 **/\r
 typedef\r
@@ -144,7 +144,7 @@ EFI_STATUS
   @param  EdgeLevel             Optional trigger mask for the new mode.\r
 \r
   @retval EFI_SUCCESS           8259 programmed\r
-  @retval EFI_DEVICE_ERROR      Error writting to 8259\r
+  @retval EFI_DEVICE_ERROR      Error writing to 8259\r
 \r
 **/\r
 typedef\r
index 97c00731ed71e3dd0e59cb6063144e13cfa911e6..d7719e44c1c66a526b32a12551c042af829588f7 100644 (file)
@@ -72,7 +72,7 @@ EFI_STATUS
   Inhibits access to the SMRAM.\r
 \r
   @param  This                  The EFI_SMM_ACCESS_PROTOCOL instance.\r
-  @param  DescriptorIndex       Indicates that the driver wishes to open\r
+  @param  DescriptorIndex       Indicates that the driver wishes to close\r
                                 the memory tagged by this index.\r
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
@@ -90,8 +90,9 @@ EFI_STATUS
 \r
 /**\r
   Inhibits access to the SMRAM.\r
+\r
   @param  This                  The EFI_SMM_ACCESS_PROTOCOL instance.\r
-  @param  DescriptorIndex       Indicates that the driver wishes to open\r
+  @param  DescriptorIndex       Indicates that the driver wishes to lock\r
                                 the memory tagged by this index.\r
 \r
   @retval EFI_SUCCESS           The operation was successful.\r