From be9007810e722cb733e334b2dc4c9bbe26fdbb7d Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:30 +0800 Subject: [PATCH 1/1] OptionRomPkg: Fix typos in comments - stoping -> stopping - Sumbit -> Submit - pionter -> pointer Reviewed-by: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin --- OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c | 6 +++--- OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h | 4 ++-- OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c index e2654e5c25..e6e2b36809 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c @@ -300,7 +300,7 @@ AtapiScsiPassThruDriverBindingStop ( 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. Arguments: @@ -1885,11 +1885,11 @@ RequestSenseCommand ( Routine Description: - Sumbit request sense command + Submit request sense command Arguments: - AtapiScsiPrivate - The pionter of ATAPI_SCSI_PASS_THRU_DEV + AtapiScsiPrivate - The pointer of ATAPI_SCSI_PASS_THRU_DEV Target - The target ID Timeout - The time to complete the command SenseData - The buffer to fill in sense data diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h index e1f1759e41..8ae654293b 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h @@ -1119,11 +1119,11 @@ RequestSenseCommand ( Routine Description: - Sumbit request sense command + Submit request sense command Arguments: - AtapiScsiPrivate - The pionter of ATAPI_SCSI_PASS_THRU_DEV + AtapiScsiPrivate - The pointer of ATAPI_SCSI_PASS_THRU_DEV Target - The target ID Timeout - The time to complete the command SenseData - The buffer to fill in sense data diff --git a/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c b/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c index 0a3dd75181..c03606b20b 100644 --- a/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c +++ b/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c @@ -1370,7 +1370,7 @@ GetControlBitsInternal ( /** 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() @param UsbSerialDevice[in] A pointer to the USB Serial device -- 2.39.2