summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg/Include
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:25 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit1825c24fd84cfd8bdf693eaaa82ab2c216e53039 (patch)
tree56ced5cc4667f18bcd188d6c9862b57009f3b53f /SourceLevelDebugPkg/Include
parenta302263ebb33018bccaeb3c10152e7f8ea4cda6f (diff)
downloadedk2-1825c24fd84cfd8bdf693eaaa82ab2c216e53039.tar.gz
edk2-1825c24fd84cfd8bdf693eaaa82ab2c216e53039.tar.bz2
edk2-1825c24fd84cfd8bdf693eaaa82ab2c216e53039.zip
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>
Diffstat (limited to 'SourceLevelDebugPkg/Include')
-rw-r--r--SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h b/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
index bc7a00b537..73e0f19f92 100644
--- a/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
+++ b/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
@@ -30,7 +30,7 @@ VOID
/**
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