mirror of https://github.com/acidanthera/audk.git
MdeModulePkg UhciDxe: Fix a typo in function description
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19595 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
27c19606b0
commit
363badad19
|
@ -596,7 +596,7 @@ Uhci2ClearRootHubPortFeature (
|
|||
|
||||
|
||||
/**
|
||||
Submits control transfer to a target USB device accroding to UEFI 2.0 spec.
|
||||
Submits control transfer to a target USB device according to UEFI 2.0 spec.
|
||||
|
||||
@param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
|
||||
@param DeviceAddress Target device address.
|
||||
|
|
Loading…
Reference in New Issue