From ff8ad584f3cc2e7475cd80495d45b5fbca00ec4f Mon Sep 17 00:00:00 2001 From: Chen Fan Date: Fri, 8 Aug 2014 07:50:21 +0000 Subject: [PATCH] SourceLevelDebugPkg/DebugAgent: fix trivial typo. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan Reviewed-by: Jeff Fan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15779 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DebugAgent/DebugAgentCommon/DebugAgent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h index deed55eafb..6f1d3e5aab 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h +++ b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h @@ -81,7 +81,7 @@ typedef struct { // BASE_LIBRARY_JUMP_BUFFER JumpBuffer; // - // This filed returens the exception information issued by HOST command + // This field returns the exception information issued by the HOST command // DEBUG_DATA_RESPONSE_GET_EXCEPTION ExceptionContent; } DEBUG_AGENT_EXCEPTION_BUFFER; -- 2.39.2