Skip to content

Commit

Permalink
SourceLevelDebugPkg: Fix few typos
Browse files Browse the repository at this point in the history
Correctly write 'definitions' in comments and documentation.

Cc: Hao A Wu <[email protected]>
Signed-off-by: Antoine Coeur <[email protected]>
Reviewed-by: Philippe Mathieu-Daude <[email protected]>
Reviewed-by: Hao A Wu <[email protected]>
Signed-off-by: Philippe Mathieu-Daude <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
Coeur authored and mergify[bot] committed Feb 10, 2020
1 parent 1825c24 commit 6b81166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SourceLevelDebugPkg/Include/Ia32/ProcessorContext.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @file
IA32/x64 architecture specific defintions needed by debug transfer protocol.It is only
IA32/x64 architecture specific definitions needed by debug transfer protocol.It is only
intended to be used by Debug related module implementation.
Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
Expand Down
6 changes: 3 additions & 3 deletions SourceLevelDebugPkg/Include/TransferProtocol.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @file
Transfer protocol defintions used by debug agent and host. It is only
Transfer protocol definitions used by debug agent and host. It is only
intended to be used by Debug related module implementation.
Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
Expand Down Expand Up @@ -140,7 +140,7 @@ typedef struct {
UINT64 StopAddress;
} DEBUG_DATA_RESPONSE_BREAK_CAUSE;
//
// Break type defintions for DEBUG_DATA_BREAK_CAUSE
// Break type definitions for DEBUG_DATA_BREAK_CAUSE
//
#define DEBUG_DATA_BREAK_CAUSE_UNKNOWN 0
#define DEBUG_DATA_BREAK_CAUSE_HW_BREAKPOINT 1
Expand All @@ -160,7 +160,7 @@ typedef struct {
UINT8 CpuMode;
} DEBUG_DATA_RESPONSE_ARCH_MODE;
//
// Cpu architecture defintions for DEBUG_DATA_RESPONSE_ARCH_MODE
// Cpu architecture definitions for DEBUG_DATA_RESPONSE_ARCH_MODE
//
#define DEBUG_DATA_BREAK_CPU_ARCH_IA16 0
#define DEBUG_DATA_BREAK_CPU_ARCH_IA32 1
Expand Down

0 comments on commit 6b81166

Please sign in to comment.