summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg
diff options
context:
space:
mode:
authorShumin Qiu <shumin.qiu@intel.com>2015-03-13 08:18:19 +0000
committershenshushi <shenshushi@Edk2>2015-03-13 08:18:19 +0000
commit12e4c407ec4b488d7beda597c930b66700ea1ed7 (patch)
tree3307f66979289770e957350143956ee7a104d851 /SourceLevelDebugPkg
parente50a226b2ff490d33fe2f35aa52f5902f7fa91b0 (diff)
downloadedk2-12e4c407ec4b488d7beda597c930b66700ea1ed7.tar.gz
edk2-12e4c407ec4b488d7beda597c930b66700ea1ed7.tar.bz2
edk2-12e4c407ec4b488d7beda597c930b66700ea1ed7.zip
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')
-rw-r--r--SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c2
-rw-r--r--SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h2
2 files changed, 2 insertions, 2 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.
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h
index 65e05fb4c6..c92204136f 100644
--- a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h
+++ b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h
@@ -338,7 +338,7 @@ IsDebugAgentInitialzed (
);
/**
- Caculate Mailbox checksum and update the checksum field.
+ Calculate Mailbox checksum and update the checksum field.
@param[in] Mailbox Debug Agent Mailbox pointer.