]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OptionRomPkg: Fix typos in comments
authorGary Lin <glin@suse.com>
Wed, 19 Oct 2016 07:01:30 +0000 (15:01 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Tue, 15 Nov 2016 03:05:34 +0000 (11:05 +0800)
- 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>
OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c
OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h
OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c

index e2654e5c25662b8f373928154f0bfe7ae5fa7e6f..e6e2b36809d009ca24a424f296c04e7cf3bb2b33 100644 (file)
@@ -300,7 +300,7 @@ AtapiScsiPassThruDriverBindingStop (
 \r
 Routine Description:\r
 \r
 \r
 Routine Description:\r
 \r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
 Arguments:\r
   created by this driver.\r
 \r
 Arguments:\r
@@ -1885,11 +1885,11 @@ RequestSenseCommand (
 \r
 Routine Description:\r
 \r
 \r
 Routine Description:\r
 \r
-  Sumbit request sense command\r
+  Submit request sense command\r
 \r
 Arguments:\r
 \r
 \r
 Arguments:\r
 \r
-  AtapiScsiPrivate  - The pionter of ATAPI_SCSI_PASS_THRU_DEV\r
+  AtapiScsiPrivate  - The pointer of ATAPI_SCSI_PASS_THRU_DEV\r
   Target            - The target ID\r
   Timeout           - The time to complete the command\r
   SenseData         - The buffer to fill in sense data\r
   Target            - The target ID\r
   Timeout           - The time to complete the command\r
   SenseData         - The buffer to fill in sense data\r
index e1f1759e41b16296263a386136c1d6a24476eaed..8ae654293b3eaeaa45242bd66f7768856461e18e 100644 (file)
@@ -1119,11 +1119,11 @@ RequestSenseCommand (
 \r
 Routine Description:\r
 \r
 \r
 Routine Description:\r
 \r
-  Sumbit request sense command\r
+  Submit request sense command\r
 \r
 Arguments:\r
 \r
 \r
 Arguments:\r
 \r
-  AtapiScsiPrivate  - The pionter of ATAPI_SCSI_PASS_THRU_DEV\r
+  AtapiScsiPrivate  - The pointer of ATAPI_SCSI_PASS_THRU_DEV\r
   Target            - The target ID\r
   Timeout           - The time to complete the command\r
   SenseData         - The buffer to fill in sense data\r
   Target            - The target ID\r
   Timeout           - The time to complete the command\r
   SenseData         - The buffer to fill in sense data\r
index 0a3dd75181b383e348b8fbd65c95160bb71e2f53..c03606b20bbd3d7b308a3adb95137a16ec7bb35c 100644 (file)
@@ -1370,7 +1370,7 @@ GetControlBitsInternal (
 /**\r
   Resets the USB Serial Device\r
 \r
 /**\r
   Resets the USB Serial Device\r
 \r
-  This function is the internal method for reseting the device and is called by\r
+  This function is the internal method for resetting the device and is called by\r
   SerialReset()\r
 \r
   @param  UsbSerialDevice[in]  A pointer to the USB Serial device\r
   SerialReset()\r
 \r
   @param  UsbSerialDevice[in]  A pointer to the USB Serial device\r