summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library
diff options
context:
space:
mode:
authorShumin Qiu <shumin.qiu@intel.com>2015-03-13 08:25:27 +0000
committershenshushi <shenshushi@Edk2>2015-03-13 08:25:27 +0000
commit69f8bb528861c1c0b6107da565517c946096d432 (patch)
treeef357e1852101e242121866510b5a2fc896a7fe8 /SecurityPkg/Library
parent12e4c407ec4b488d7beda597c930b66700ea1ed7 (diff)
downloadedk2-platforms-69f8bb528861c1c0b6107da565517c946096d432.tar.xz
SecurityPkg: Fix typo.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu <shumin.qiu@intel.com> Reviewed-by: Guo Dong <guo.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17047 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Library')
-rw-r--r--SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
index a713d0d4ae..9a61723530 100644
--- a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
+++ b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
@@ -270,7 +270,7 @@ GetImageType (
}
/**
- Caculate hash of Pe/Coff image based on the authenticode image hashing in
+ Calculate hash of Pe/Coff image based on the authenticode image hashing in
PE/COFF Specification 8.0 Appendix A
Caution: This function may receive untrusted input.
@@ -609,7 +609,7 @@ Done:
}
/**
- Recognize the Hash algorithm in PE/COFF Authenticode and caculate hash of
+ Recognize the Hash algorithm in PE/COFF Authenticode and calculate hash of
Pe/Coff image based on the authenticode image hashing in PE/COFF Specification
8.0 Appendix A