summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-03 05:59:40 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-03 05:59:40 +0000
commit693c4e024fffeec9907583c0becaaa49cb277bf8 (patch)
treeff835ec58fce4d86724a91589c30fe3b37468664 /IntelFrameworkPkg
parent8c8f3dcb1709379c919b73754a664aa53d525c8a (diff)
downloadedk2-693c4e024fffeec9907583c0becaaa49cb277bf8.zip
edk2-693c4e024fffeec9907583c0becaaa49cb277bf8.tar.gz
edk2-693c4e024fffeec9907583c0becaaa49cb277bf8.tar.bz2
Fix minor typos in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8454 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/Legacy8259.h8
-rw-r--r--IntelFrameworkPkg/Include/Protocol/SmmAccess.h5
2 files changed, 7 insertions, 6 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/Legacy8259.h b/IntelFrameworkPkg/Include/Protocol/Legacy8259.h
index 53d8dca..2b5ccc9 100644
--- a/IntelFrameworkPkg/Include/Protocol/Legacy8259.h
+++ b/IntelFrameworkPkg/Include/Protocol/Legacy8259.h
@@ -64,10 +64,10 @@ typedef enum {
@param This Protocol instance pointer.
@param MasterBase The base vector for the Master PIC in the 8259 controller
- @param Slavebase The base vector for the Master PIC in the 8259 controller
+ @param SlaveBase The base vector for the Slave PIC in the 8259 controller
@retval EFI_SUCCESS The new bases were programmed
- @retval EFI_DEVICE_ERROR A device erro occured programming the vector bases
+ @retval EFI_DEVICE_ERROR A device error occured programming the vector bases
**/
typedef
@@ -116,7 +116,7 @@ EFI_STATUS
@param ProtectedEdgeLevel Bit 0 is Irq0 - Bit 15 is Irq15
@retval EFI_SUCCESS 8259 status returned
- @retval EFI_DEVICE_ERROR Error reading 8259
+ @retval EFI_DEVICE_ERROR Error writing 8259
**/
typedef
@@ -144,7 +144,7 @@ EFI_STATUS
@param EdgeLevel Optional trigger mask for the new mode.
@retval EFI_SUCCESS 8259 programmed
- @retval EFI_DEVICE_ERROR Error writting to 8259
+ @retval EFI_DEVICE_ERROR Error writing to 8259
**/
typedef
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmAccess.h b/IntelFrameworkPkg/Include/Protocol/SmmAccess.h
index 97c0073..d7719e4 100644
--- a/IntelFrameworkPkg/Include/Protocol/SmmAccess.h
+++ b/IntelFrameworkPkg/Include/Protocol/SmmAccess.h
@@ -72,7 +72,7 @@ EFI_STATUS
Inhibits access to the SMRAM.
@param This The EFI_SMM_ACCESS_PROTOCOL instance.
- @param DescriptorIndex Indicates that the driver wishes to open
+ @param DescriptorIndex Indicates that the driver wishes to close
the memory tagged by this index.
@retval EFI_SUCCESS The operation was successful.
@@ -90,8 +90,9 @@ EFI_STATUS
/**
Inhibits access to the SMRAM.
+
@param This The EFI_SMM_ACCESS_PROTOCOL instance.
- @param DescriptorIndex Indicates that the driver wishes to open
+ @param DescriptorIndex Indicates that the driver wishes to lock
the memory tagged by this index.
@retval EFI_SUCCESS The operation was successful.