]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.h
SourceLevelDebugPkg/DebugAgent: Fix various typos
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / DebugMp.h
index 71d7802d1548e12b63b72dbf0744eb8f2941dba3..07ddccad335d312595c5141a9cd9adcf70fa0565 100644 (file)
@@ -17,7 +17,7 @@ typedef struct {
 } DEBUG_CPU_DATA;\r
 \r
 typedef struct {\r
-  SPIN_LOCK                 MpContextSpinLock;   ///< Lock for writting MP context\r
+  SPIN_LOCK                 MpContextSpinLock;   ///< Lock for writing MP context\r
   SPIN_LOCK                 DebugPortSpinLock;   ///< Lock for access debug port\r
   SPIN_LOCK                 MailboxSpinLock;     ///< Lock for accessing mail box\r
   UINT8                     CpuBreakMask[DEBUG_CPU_MAX_COUNT/8];        ///< Bitmask of all breaking CPUs\r
@@ -26,8 +26,8 @@ typedef struct {
   UINT32                    BspIndex;            ///< Processor index value of BSP\r
   UINT32                    BreakAtCpuIndex;     ///< Processor index value of the current breaking CPU\r
   UINT32                    DebugTimerInitCount; ///< Record BSP's init timer count\r
-  BOOLEAN                   IpiSentByAp;         ///< TRUR: IPI is sent by AP. TALSE: IPI is sent by BSP\r
-  BOOLEAN                   RunCommandSet;       ///< TRUE: RUN commmand is executing. FALSE : RUN command has been executed.\r
+  BOOLEAN                   IpiSentByAp;         ///< TRUE: IPI is sent by AP. FALSE: IPI is sent by BSP\r
+  BOOLEAN                   RunCommandSet;       ///< TRUE: RUN command is executing. FALSE: RUN command has been executed.\r
 } DEBUG_MP_CONTEXT;\r
 \r
 extern DEBUG_MP_CONTEXT volatile   mDebugMpContext;\r