Fix minor typos in comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8454 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2009-06-03 05:59:40 +00:00
parent 8c8f3dcb17
commit 693c4e024f
2 changed files with 7 additions and 6 deletions

View File

@ -64,10 +64,10 @@ typedef enum {
@param This Protocol instance pointer. @param This Protocol instance pointer.
@param MasterBase The base vector for the Master PIC in the 8259 controller @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_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 typedef
@ -116,7 +116,7 @@ EFI_STATUS
@param ProtectedEdgeLevel Bit 0 is Irq0 - Bit 15 is Irq15 @param ProtectedEdgeLevel Bit 0 is Irq0 - Bit 15 is Irq15
@retval EFI_SUCCESS 8259 status returned @retval EFI_SUCCESS 8259 status returned
@retval EFI_DEVICE_ERROR Error reading 8259 @retval EFI_DEVICE_ERROR Error writing 8259
**/ **/
typedef typedef
@ -144,7 +144,7 @@ EFI_STATUS
@param EdgeLevel Optional trigger mask for the new mode. @param EdgeLevel Optional trigger mask for the new mode.
@retval EFI_SUCCESS 8259 programmed @retval EFI_SUCCESS 8259 programmed
@retval EFI_DEVICE_ERROR Error writting to 8259 @retval EFI_DEVICE_ERROR Error writing to 8259
**/ **/
typedef typedef

View File

@ -72,7 +72,7 @@ EFI_STATUS
Inhibits access to the SMRAM. Inhibits access to the SMRAM.
@param This The EFI_SMM_ACCESS_PROTOCOL instance. @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. the memory tagged by this index.
@retval EFI_SUCCESS The operation was successful. @retval EFI_SUCCESS The operation was successful.
@ -90,8 +90,9 @@ EFI_STATUS
/** /**
Inhibits access to the SMRAM. Inhibits access to the SMRAM.
@param This The EFI_SMM_ACCESS_PROTOCOL instance. @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. the memory tagged by this index.
@retval EFI_SUCCESS The operation was successful. @retval EFI_SUCCESS The operation was successful.