From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 347E71A1E60 for ; Wed, 19 Oct 2016 00:51:21 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 19 Oct 2016 00:51:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="774442311" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2016 00:51:20 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 00:51:20 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.209]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.2]) with mapi id 14.03.0248.002; Wed, 19 Oct 2016 15:51:18 +0800 From: "Ni, Ruiyu" To: Gary Lin , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 25/33] OptionRomPkg: Fix typos in comments Thread-Index: AQHSKdbvia7eF1Je6UqHkq2hfaUbA6CvZ3KA Date: Wed, 19 Oct 2016 07:51:17 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D58E38845@SHSMSX104.ccr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-26-glin@suse.com> In-Reply-To: <20161019070138.16424-26-glin@suse.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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:51:21 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Gary Lin > Sent: Wednesday, October 19, 2016 3:02 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu > Subject: [edk2] [PATCH 25/33] OptionRomPkg: Fix typos in comments >=20 > - stoping -> stopping > - Sumbit -> Submit > - pionter -> pointer >=20 > 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(-) >=20 > 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 ( >=20 > Routine Description: >=20 > - Stop this driver on ControllerHandle. Support stoping any child handle= s > + Stop this driver on ControllerHandle. Support stopping any child handl= es > created by this driver. >=20 > Arguments: > @@ -1885,11 +1885,11 @@ RequestSenseCommand ( >=20 > Routine Description: >=20 > - Sumbit request sense command > + Submit request sense command >=20 > Arguments: >=20 > - 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 ( >=20 > Routine Description: >=20 > - Sumbit request sense command > + Submit request sense command >=20 > Arguments: >=20 > - 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 >=20 > - This function is the internal method for reseting the device and is ca= lled by > + This function is the internal method for resetting the device and is c= alled by > SerialReset() >=20 > @param UsbSerialDevice[in] A pointer to the USB Serial device > -- > 2.10.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel