summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SecurityPkg/FvReportPei/FvReportPei.c2
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.