]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/UsbMouse: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:07:33 +0000 (02:07 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
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>

MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c
MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c
MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h
MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h

index d7805ad3de9087f5396eb61c45422d2aedfda56d..10e18e58ab455c302f5337c108b5b097d906f768 100644 (file)
@@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
   Only short item is supported here.\r
 \r
   @param  StartPos          Start position of the HID item to get.\r
-  @param  EndPos            End position of the range to get the the next HID item.\r
+  @param  EndPos            End position of the range to get the next HID item.\r
   @param  HidItem           Buffer for the HID Item to return.\r
 \r
   @return Pointer to end of the HID item returned.\r
index 9cd0e4cd5350557d7916f6fc9d95550ed4a0b5a0..926e03f9cb920617637c9f874e0427052b13ba00 100644 (file)
@@ -109,7 +109,7 @@ USBMouseAbsolutePointerDriverBindingSupported (
 /**\r
   Starts the mouse device with this driver.\r
 \r
-  This function consumes USB I/O Portocol, intializes USB mouse device,\r
+  This function consumes USB I/O Protocol, initializes USB mouse device,\r
   installs Absolute Pointer Protocol, and submits Asynchronous Interrupt\r
   Transfer to manage the USB mouse device.\r
 \r
index f7fe480d0762845aca3a7d15450d330df75981a4..c9edc45e38a49578d129f104a3493b05c2e31f30 100644 (file)
@@ -138,7 +138,7 @@ USBMouseAbsolutePointerDriverBindingSupported (
 /**\r
   Starts the mouse device with this driver.\r
 \r
-  This function consumes USB I/O Portocol, intializes USB mouse device,\r
+  This function consumes USB I/O Protocol, initializes USB mouse device,\r
   installs Absolute Pointer Protocol, and submits Asynchronous Interrupt\r
   Transfer to manage the USB mouse device.\r
 \r
index de44aec516e4c2a1d88f7732912938710a80e944..2b6d86030b2602998852c08daf04ec998f455a9a 100644 (file)
@@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
   Only short item is supported here.\r
 \r
   @param  StartPos          Start position of the HID item to get.\r
-  @param  EndPos            End position of the range to get the the next HID item.\r
+  @param  EndPos            End position of the range to get the next HID item.\r
   @param  HidItem           Buffer for the HID Item to return.\r
 \r
   @return Pointer to end of the HID item returned.\r
index 143ff15eb034d2a0d320a7e1ae823641633a9901..9861c32d4971a9c38471337948b571aa731801cd 100644 (file)
@@ -109,7 +109,7 @@ USBMouseDriverBindingSupported (
 /**\r
   Starts the mouse device with this driver.\r
 \r
-  This function consumes USB I/O Portocol, intializes USB mouse device,\r
+  This function consumes USB I/O Protocol, initializes USB mouse device,\r
   installs Simple Pointer Protocol, and submits Asynchronous Interrupt\r
   Transfer to manage the USB mouse device.\r
 \r
index b71ef829870a67d7c8406c352b5fe33967c48326..f46069602f28fe1e930b28c4ba0d03e975f05955 100644 (file)
@@ -138,7 +138,7 @@ USBMouseDriverBindingSupported (
 /**\r
   Starts the mouse device with this driver.\r
 \r
-  This function consumes USB I/O Portocol, intializes USB mouse device,\r
+  This function consumes USB I/O Protocol, initializes USB mouse device,\r
   installs Simple Pointer Protocol, and submits Asynchronous Interrupt\r
   Transfer to manage the USB mouse device.\r
 \r