diff options
author | Chen Fan <chen.fan.fnst@cn.fujitsu.com> | 2014-08-08 07:50:21 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-08 07:50:21 +0000 |
commit | ff8ad584f3cc2e7475cd80495d45b5fbca00ec4f (patch) | |
tree | 326c45b9de6aa8d5782d0798ebe426d08f3c761a | |
parent | 1a45b15eae48d9bf498daf5b0c0771659d75faa2 (diff) | |
download | edk2-platforms-ff8ad584f3cc2e7475cd80495d45b5fbca00ec4f.tar.xz |
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
-rw-r--r-- | SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|