]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg/FvReportPei: Change HashAlgoId to HashAlgId
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 30 Jul 2019 08:28:46 +0000 (16:28 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 2 Aug 2019 06:19:13 +0000 (14:19 +0800)
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>
SecurityPkg/FvReportPei/FvReportPei.c

index c3cf221fa6d85e9f994181845df41adcc01f9da7..d24470af6b19c153dc6264a8305b9d9bdcd30816 100644 (file)
@@ -17,7 +17,7 @@ STATIC CONST HASH_ALG_INFO mHashAlgInfo[] = {
 /**\r
   Find hash algorithm information from mHashAlgInfo according to given ID.\r
 \r
-  @param[in]  HashAlgoId          Hash algorithm type id.\r
+  @param[in]  HashAlgId          Hash algorithm type id.\r
 \r
   @retval Pointer to HASH_ALG_INFO if given hash algorithm is supported.\r
   @retval NULL if given algorithm is not supported.\r