SourceLevelDebugPkg/DebugCommunicationLib: Fix various typos
Fix various typos in comments and documentation. Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-73-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
a302263ebb
commit
1825c24fd8
@@ -85,7 +85,7 @@
|
||||
#define XHC_DEBUG_PORT_ON_OFF_DELAY 100000
|
||||
|
||||
//
|
||||
// USB debug device string descritpor (header size + unicode string length)
|
||||
// USB debug device string descriptor (header size + unicode string length)
|
||||
//
|
||||
#define STRING0_DESC_LEN 4
|
||||
#define MANU_DESC_LEN 12
|
||||
@@ -680,7 +680,7 @@ USB3InitializeReal (
|
||||
@param Direction The direction of data transfer.
|
||||
@param Data Array of pointers to the buffers of data to transmit
|
||||
from or receive into.
|
||||
@param DataLength The lenght of the data buffer.
|
||||
@param DataLength The length of the data buffer.
|
||||
@param Timeout Indicates the maximum time, in millisecond, which
|
||||
the transfer is allowed to complete.
|
||||
|
||||
|
Reference in New Issue
Block a user