diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:33 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | d22867471fe5178a00a03d8dde0b0ab0d5a5fa5d (patch) | |
tree | 89292ae8a4633a76f0ebda819998355366b23804 /MdeModulePkg/Bus | |
parent | 957ca63190bc2770d0383408bf87587112e84881 (diff) | |
download | edk2-d22867471fe5178a00a03d8dde0b0ab0d5a5fa5d.tar.gz edk2-d22867471fe5178a00a03d8dde0b0ab0d5a5fa5d.tar.bz2 edk2-d22867471fe5178a00a03d8dde0b0ab0d5a5fa5d.zip |
MdeModulePkg/UsbMouse: Fix few typos
Fix few typos in comments and documentation.
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-21-philmd@redhat.com>
Diffstat (limited to 'MdeModulePkg/Bus')
6 files changed, 6 insertions, 6 deletions
diff --git a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c index d7805ad3de..10e18e58ab 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c +++ b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c @@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent Only short item is supported here.
@param StartPos Start position of the HID item to get.
- @param EndPos End position of the range to get the the next HID item.
+ @param EndPos End position of the range to get the next HID item.
@param HidItem Buffer for the HID Item to return.
@return Pointer to end of the HID item returned.
diff --git a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c index 9cd0e4cd53..926e03f9cb 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c +++ b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c @@ -109,7 +109,7 @@ USBMouseAbsolutePointerDriverBindingSupported ( /**
Starts the mouse device with this driver.
- This function consumes USB I/O Portocol, intializes USB mouse device,
+ This function consumes USB I/O Protocol, initializes USB mouse device,
installs Absolute Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device.
diff --git a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h index f7fe480d07..c9edc45e38 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h +++ b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h @@ -138,7 +138,7 @@ USBMouseAbsolutePointerDriverBindingSupported ( /**
Starts the mouse device with this driver.
- This function consumes USB I/O Portocol, intializes USB mouse device,
+ This function consumes USB I/O Protocol, initializes USB mouse device,
installs Absolute Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device.
diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c b/MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c index de44aec516..2b6d86030b 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c +++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c @@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent Only short item is supported here.
@param StartPos Start position of the HID item to get.
- @param EndPos End position of the range to get the the next HID item.
+ @param EndPos End position of the range to get the next HID item.
@param HidItem Buffer for the HID Item to return.
@return Pointer to end of the HID item returned.
diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c index 143ff15eb0..9861c32d49 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c +++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c @@ -109,7 +109,7 @@ USBMouseDriverBindingSupported ( /**
Starts the mouse device with this driver.
- This function consumes USB I/O Portocol, intializes USB mouse device,
+ This function consumes USB I/O Protocol, initializes USB mouse device,
installs Simple Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device.
diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h index b71ef82987..f46069602f 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h +++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h @@ -138,7 +138,7 @@ USBMouseDriverBindingSupported ( /**
Starts the mouse device with this driver.
- This function consumes USB I/O Portocol, intializes USB mouse device,
+ This function consumes USB I/O Protocol, initializes USB mouse device,
installs Simple Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device.
|