]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Include/TransferProtocol.h
SourceLevelDebugPkg: Fix few typos
[mirror_edk2.git] / SourceLevelDebugPkg / Include / TransferProtocol.h
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