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>
This commit is contained in:
Antoine Coeur 2020-02-07 02:07:33 +01:00 committed by mergify[bot]
parent 957ca63190
commit d22867471f
6 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
Only short item is supported here. Only short item is supported here.
@param StartPos Start position of the HID item to get. @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. @param HidItem Buffer for the HID Item to return.
@return Pointer to end of the HID item returned. @return Pointer to end of the HID item returned.

View File

@ -109,7 +109,7 @@ USBMouseAbsolutePointerDriverBindingSupported (
/** /**
Starts the mouse device with this driver. 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 installs Absolute Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device. Transfer to manage the USB mouse device.

View File

@ -138,7 +138,7 @@ USBMouseAbsolutePointerDriverBindingSupported (
/** /**
Starts the mouse device with this driver. 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 installs Absolute Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device. Transfer to manage the USB mouse device.

View File

@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
Only short item is supported here. Only short item is supported here.
@param StartPos Start position of the HID item to get. @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. @param HidItem Buffer for the HID Item to return.
@return Pointer to end of the HID item returned. @return Pointer to end of the HID item returned.

View File

@ -109,7 +109,7 @@ USBMouseDriverBindingSupported (
/** /**
Starts the mouse device with this driver. 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 installs Simple Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device. Transfer to manage the USB mouse device.

View File

@ -138,7 +138,7 @@ USBMouseDriverBindingSupported (
/** /**
Starts the mouse device with this driver. 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 installs Simple Pointer Protocol, and submits Asynchronous Interrupt
Transfer to manage the USB mouse device. Transfer to manage the USB mouse device.