diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-09 13:33:09 -0700 |
---|---|---|
committer | Michael Kinney <michael.d.kinney@intel.com> | 2016-10-07 18:05:37 -0700 |
commit | 3868d06d8209d4907c0c6b6f5ec690aebb8b5971 (patch) | |
tree | 267186cd8242e80de83975da0cc895dd61899be7 /MdePkg/Library/UefiUsbLib/UsbDxeLib.c | |
parent | f6c8e67db9233562fd3ddc6bf7d23f0bb5fb115b (diff) | |
download | edk2-platforms-3868d06d8209d4907c0c6b6f5ec690aebb8b5971.tar.xz |
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/UsbDxeLib.c')
-rw-r--r-- | MdePkg/Library/UefiUsbLib/UsbDxeLib.c | 2 |
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,
|