]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: Fix typos in comments
authorZhang, Chao B <chao.b.zhang@intel.com>
Tue, 15 Nov 2016 07:39:26 +0000 (15:39 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Tue, 15 Nov 2016 07:45:31 +0000 (15:45 +0800)
commit0ab475c9a1d551a919430f3b6df6f652e4d2a3ed
treec00f084e90f08bb38b561a7538cc64c348d1f1f0
parent7c7453b5d6302227264b096b528ba9461b2a68d4
SecurityPkg: Fix typos in comments

This patch fixes the following typos:
- intialized -> initialized
- TURE -> TRUE
- successull -> successfully
- hanlder -> handler
- funciton -> function
- Seperator -> Separator
- Sumbit -> Submit
Also convert EFI_D_ERROR to DEBUG_ERROR for some debug messages.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
12 files changed:
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c
SecurityPkg/Include/Library/TcgPpVendorLib.h
SecurityPkg/Include/Library/TcgStorageOpalLib.h
SecurityPkg/Include/Library/TrEEPpVendorLib.h
SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c
SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.c
SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.c
SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c
SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.c
SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
SecurityPkg/Tcg/TcgDxe/TcgDxe.c