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>
This commit is contained in:
Antoine Coeur
2020-02-07 02:08:24 +01:00
committed by mergify[bot]
parent c38f0816e7
commit a302263ebb
13 changed files with 51 additions and 51 deletions

View File

@ -9,7 +9,7 @@
#include "DxeDebugAgentLib.h"
//
// Serial I/O Protocol Interface defintions.
// Serial I/O Protocol Interface definitions.
//
/**
@ -231,7 +231,7 @@ typedef struct {
} DEBUG_SERIAL_FIFO;
//
// Global Varibles
// Global Variables
//
EFI_HANDLE mSerialIoHandle = NULL;
UINTN mLoopbackBuffer = 0;
@ -389,7 +389,7 @@ SerialReset (
mSerialIoMode.ControlMask = SERIAL_PORT_DEFAULT_CONTROL_MASK;
mLoopbackBuffer = 0;
//
// Not reset serial devcie hardware indeed.
// Not reset serial device hardware indeed.
//
return EFI_SUCCESS;
}