SourceLevelDebugPkg/DebugAgent: fix trivial typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15779 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Chen Fan 2014-08-08 07:50:21 +00:00 committed by vanjeff
parent 1a45b15eae
commit ff8ad584f3
1 changed files with 1 additions and 1 deletions

View File

@ -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;