diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-03-13 08:18:19 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-03-13 08:18:19 +0000 |
commit | 12e4c407ec4b488d7beda597c930b66700ea1ed7 (patch) | |
tree | 3307f66979289770e957350143956ee7a104d851 /SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c | |
parent | e50a226b2ff490d33fe2f35aa52f5902f7fa91b0 (diff) | |
download | edk2-12e4c407ec4b488d7beda597c930b66700ea1ed7.tar.gz |
SourceLevelDebugPkg: Fix typo.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17046 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c')
-rw-r--r-- | SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c index e6be20aa1e..3bb9921cc3 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c +++ b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c @@ -293,7 +293,7 @@ TriggerSoftInterrupt ( }
/**
- Caculate Mailbox checksum and update the checksum field.
+ Calculate Mailbox checksum and update the checksum field.
@param[in] Mailbox Debug Agent Mailbox pointer.
|