From 8a6390692303cc9ee8fd42c8770085586ba9e1d9 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 20 Nov 2013 10:18:41 +0000 Subject: [PATCH] Refine code to follow coding style. Signed-off-by: Eric Dong Reviewed-by: Star Zeng git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14872 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c index 7acac2fe46..5e0187396a 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c @@ -1044,7 +1044,7 @@ ProcessAction ( Check whether the formset guid is in this Hii package list. @param HiiHandle The HiiHandle for this HII package list. - @param FormsetGuid The formset guid for the request formset. + @param FormSetGuid The formset guid for the request formset. @retval TRUE Find the formset guid. @retval FALSE Not found the formset guid.