From f32a49f10bce71d892e4fd186b63e939109f5db6 Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Tue, 30 Jul 2019 16:28:46 +0800 Subject: SecurityPkg/FvReportPei: Change HashAlgoId to HashAlgId Cc: Jiewen Yao Cc: Jian Wang Cc: Chao Zhang Signed-off-by: Shenglei Zhang Reviewed-by: Jian J Wang --- SecurityPkg/FvReportPei/FvReportPei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3