summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2013-11-20 10:18:41 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2013-11-20 10:18:41 +0000
commit8a6390692303cc9ee8fd42c8770085586ba9e1d9 (patch)
tree2ec4f2ae6760a7ffa8eac6eb7b2c2c861746fc21 /MdeModulePkg/Universal/SetupBrowserDxe
parent8024ccaf24eed1b0f1415098f681810cb239fa8e (diff)
downloadedk2-8a6390692303cc9ee8fd42c8770085586ba9e1d9.zip
edk2-8a6390692303cc9ee8fd42c8770085586ba9e1d9.tar.gz
edk2-8a6390692303cc9ee8fd42c8770085586ba9e1d9.tar.bz2
Refine code to follow coding style.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14872 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe')
-rw-r--r--MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
index 7acac2f..5e01873 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.