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.