diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:08:24 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | a302263ebb33018bccaeb3c10152e7f8ea4cda6f (patch) | |
tree | 86200df365a68ba90f8c6f6e98cd63b6a174cd65 /SourceLevelDebugPkg/DebugAgentDxe | |
parent | c38f0816e788c2cbce28bd2f68d9d288745d3ab4 (diff) | |
download | edk2-a302263ebb33018bccaeb3c10152e7f8ea4cda6f.tar.gz edk2-a302263ebb33018bccaeb3c10152e7f8ea4cda6f.tar.bz2 edk2-a302263ebb33018bccaeb3c10152e7f8ea4cda6f.zip |
SourceLevelDebugPkg/DebugAgent: Fix various typos
Fix various typos in documentation, comments and debug strings.
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-72-philmd@redhat.com>
Diffstat (limited to 'SourceLevelDebugPkg/DebugAgentDxe')
-rw-r--r-- | SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c b/SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c index 7ed4edb810..33fc9f3646 100644 --- a/SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c +++ b/SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c @@ -41,7 +41,7 @@ DisableDebugTimerExitBootService ( @param[in] SystemTable A pointer to the EFI System Table.
@retval EFI_SUCCESS The entry point is executed successfully.
- @retval other Some error occurs when initialzed Debug Agent.
+ @retval other Some error occurs when initialized Debug Agent.
**/
EFI_STATUS
|