mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
e50a226b2f
commit
12e4c407ec
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue