diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c index e13ff52463..7c246b60e1 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c @@ -266,8 +266,8 @@ UiFindChildMenuList ( /** Search Menu with given Handle, FormSetGuid and FormId in all cached menu list. - @param FormSetGuid The Formset GUID of the menu to search. @param Handle Hii handle related to this formset. + @param FormSetGuid The Formset GUID of the menu to search. @param FormId The Form ID of menu to search. @return A pointer to menu found or NULL if not found. diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h index e79c5272a6..03cb0cd753 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h @@ -272,8 +272,8 @@ UiFindChildMenuList ( /** Search Menu with given Handle, FormSetGuid and FormId in all cached menu list. - @param FormSetGuid The Formset GUID of the menu to search. @param Handle Hii handle related to this formset. + @param FormSetGuid The Formset GUID of the menu to search. @param FormId The Form ID of menu to search. @return A pointer to menu found or NULL if not found.