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
@@ -15,7 +15,7 @@
|
||||
/**
|
||||
Initialize the debug port.
|
||||
|
||||
This function will initialize debug port to get it ready for data transmition. If
|
||||
This function will initialize debug port to get it ready for data transmission. If
|
||||
certain Debug Communication Library instance has to save some private data in the
|
||||
stack, this function must work on the mode that doesn't return to the caller, then
|
||||
the caller needs to wrap up all rest of logic after DebugPortInitialize() into one
|
||||
|
@@ -1,5 +1,5 @@
|
||||
## @file
|
||||
# Debug Communication Library instance based on serila port.
|
||||
# Debug Communication Library instance based on serial port.
|
||||
#
|
||||
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// /** @file
|
||||
// Debug Communication Library instance based on serila port.
|
||||
// Debug Communication Library instance based on serial port.
|
||||
//
|
||||
// Debug Communication Library instance based on serial port.
|
||||
//
|
||||
|
Reference in New Issue
Block a user