From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 910431A1EFA for ; Wed, 19 Oct 2016 00:03:34 -0700 (PDT) Received: from GaryWorkstation.apac.novell.com (ip-203-192-156-9.asianetcom.net [203.192.156.9]) by smtp.nue.novell.com with ESMTP (NOT encrypted); Wed, 19 Oct 2016 09:03:30 +0200 From: Gary Lin To: edk2-devel@lists.01.org Cc: Ruiyu Ni Date: Wed, 19 Oct 2016 15:01:30 +0800 Message-Id: <20161019070138.16424-26-glin@suse.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161019070138.16424-1-glin@suse.com> References: <20161019070138.16424-1-glin@suse.com> Subject: [PATCH 25/33] OptionRomPkg: Fix typos in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 07:03:35 -0000 - stoping -> stopping - Sumbit -> Submit - pionter -> pointer Cc: 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 3578a1e..d2431b7 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 e1f1759..8ae6542 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 0a3dd75..c03606b 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.10.1