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:
committed by
mergify[bot]
parent
c38f0816e7
commit
a302263ebb
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user