summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiUsbLib
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-09-09 13:33:09 -0700
committerMichael Kinney <michael.d.kinney@intel.com>2016-10-07 18:05:37 -0700
commit3868d06d8209d4907c0c6b6f5ec690aebb8b5971 (patch)
tree267186cd8242e80de83975da0cc895dd61899be7 /MdePkg/Library/UefiUsbLib
parentf6c8e67db9233562fd3ddc6bf7d23f0bb5fb115b (diff)
downloadedk2-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.tar.gz
edk2-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.tar.bz2
edk2-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.zip
MdePkg: Fix some typing errors
Correct the typos in some files of MdePkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'MdePkg/Library/UefiUsbLib')
-rw-r--r--MdePkg/Library/UefiUsbLib/UsbDxeLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
index b22a8294a4..b1fcbc5097 100644
--- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
+++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
@@ -628,7 +628,7 @@ UsbClearEndpointHalt (
ZeroMem (&EndpointDescriptor, sizeof (EFI_USB_ENDPOINT_DESCRIPTOR));
//
- // First seach the endpoint descriptor for that endpoint addr
+ // First search the endpoint descriptor for that endpoint addr
//
Result = UsbIo->UsbGetInterfaceDescriptor (
UsbIo,