]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SourceLevelDebugPkg: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:08:26 +0000 (02:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
Correctly write 'definitions' 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-74-philmd@redhat.com>

SourceLevelDebugPkg/Include/Ia32/ProcessorContext.h
SourceLevelDebugPkg/Include/TransferProtocol.h

index 71f596f285bd51579daebe8659b4f3461d62bbb0..2c5cf03cec905c06862cd85be009c8e983caeca9 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  IA32/x64 architecture specific defintions needed by debug transfer protocol.It is only\r
+  IA32/x64 architecture specific definitions needed by debug transfer protocol.It is only\r
   intended to be used by Debug related module implementation.\r
 \r
   Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
index 3904ba27dcb89b4429835a6641a99191b068c9d7..154e74165e8defe092900635ccdb328219297008 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Transfer protocol defintions used by debug agent and host. It is only\r
+  Transfer protocol definitions used by debug agent and host. It is only\r
   intended to be used by Debug related module implementation.\r
 \r
   Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>\r
@@ -140,7 +140,7 @@ typedef struct {
   UINT64      StopAddress;\r
 } DEBUG_DATA_RESPONSE_BREAK_CAUSE;\r
 //\r
-// Break type defintions for DEBUG_DATA_BREAK_CAUSE\r
+// Break type definitions for DEBUG_DATA_BREAK_CAUSE\r
 //\r
 #define DEBUG_DATA_BREAK_CAUSE_UNKNOWN        0\r
 #define DEBUG_DATA_BREAK_CAUSE_HW_BREAKPOINT  1\r
@@ -160,7 +160,7 @@ typedef struct {
   UINT8       CpuMode;\r
 } DEBUG_DATA_RESPONSE_ARCH_MODE;\r
 //\r
-// Cpu architecture defintions for DEBUG_DATA_RESPONSE_ARCH_MODE\r
+// Cpu architecture definitions for DEBUG_DATA_RESPONSE_ARCH_MODE\r
 //\r
 #define DEBUG_DATA_BREAK_CPU_ARCH_IA16        0\r
 #define DEBUG_DATA_BREAK_CPU_ARCH_IA32        1\r