OptionRomPkg: Fix typos in comments

- stoping -> stopping
- Sumbit -> Submit
- pionter -> pointer

Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
Gary Lin 2016-10-19 15:01:30 +08:00 committed by Ruiyu Ni
parent 8aa9d68032
commit be9007810e
3 changed files with 6 additions and 6 deletions

View File

@ -300,7 +300,7 @@ AtapiScsiPassThruDriverBindingStop (
Routine Description: Routine Description:
Stop this driver on ControllerHandle. Support stoping any child handles Stop this driver on ControllerHandle. Support stopping any child handles
created by this driver. created by this driver.
Arguments: Arguments:
@ -1885,11 +1885,11 @@ RequestSenseCommand (
Routine Description: Routine Description:
Sumbit request sense command Submit request sense command
Arguments: Arguments:
AtapiScsiPrivate - The pionter of ATAPI_SCSI_PASS_THRU_DEV AtapiScsiPrivate - The pointer of ATAPI_SCSI_PASS_THRU_DEV
Target - The target ID Target - The target ID
Timeout - The time to complete the command Timeout - The time to complete the command
SenseData - The buffer to fill in sense data SenseData - The buffer to fill in sense data

View File

@ -1119,11 +1119,11 @@ RequestSenseCommand (
Routine Description: Routine Description:
Sumbit request sense command Submit request sense command
Arguments: Arguments:
AtapiScsiPrivate - The pionter of ATAPI_SCSI_PASS_THRU_DEV AtapiScsiPrivate - The pointer of ATAPI_SCSI_PASS_THRU_DEV
Target - The target ID Target - The target ID
Timeout - The time to complete the command Timeout - The time to complete the command
SenseData - The buffer to fill in sense data SenseData - The buffer to fill in sense data

View File

@ -1370,7 +1370,7 @@ GetControlBitsInternal (
/** /**
Resets the USB Serial Device Resets the USB Serial Device
This function is the internal method for reseting the device and is called by This function is the internal method for resetting the device and is called by
SerialReset() SerialReset()
@param UsbSerialDevice[in] A pointer to the USB Serial device @param UsbSerialDevice[in] A pointer to the USB Serial device