diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2019-07-30 16:28:46 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-08-02 14:19:13 +0800 |
commit | f32a49f10bce71d892e4fd186b63e939109f5db6 (patch) | |
tree | 48cf4f94f7f78522318769d472c5438375a6b2a8 /SecurityPkg | |
parent | 93373079b5f9825ee3fb6ab14f7ab9deb13bf19f (diff) | |
download | edk2-f32a49f10bce71d892e4fd186b63e939109f5db6.tar.gz edk2-f32a49f10bce71d892e4fd186b63e939109f5db6.tar.bz2 edk2-f32a49f10bce71d892e4fd186b63e939109f5db6.zip |
SecurityPkg/FvReportPei: Change HashAlgoId to HashAlgId
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/FvReportPei/FvReportPei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/FvReportPei/FvReportPei.c b/SecurityPkg/FvReportPei/FvReportPei.c index c3cf221fa6..d24470af6b 100644 --- a/SecurityPkg/FvReportPei/FvReportPei.c +++ b/SecurityPkg/FvReportPei/FvReportPei.c @@ -17,7 +17,7 @@ STATIC CONST HASH_ALG_INFO mHashAlgInfo[] = { /**
Find hash algorithm information from mHashAlgInfo according to given ID.
- @param[in] HashAlgoId Hash algorithm type id.
+ @param[in] HashAlgId Hash algorithm type id.
@retval Pointer to HASH_ALG_INFO if given hash algorithm is supported.
@retval NULL if given algorithm is not supported.
|