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:
Antoine Coeur
2020-02-07 02:08:25 +01:00
committed by mergify[bot]
parent a302263ebb
commit 1825c24fd8
8 changed files with 10 additions and 10 deletions

View File

@ -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