diff options
-rw-r--r-- | MdeModulePkg/Include/Library/UefiBootManagerLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/UefiBootManagerLib.h b/MdeModulePkg/Include/Library/UefiBootManagerLib.h index 886229ed9e..032c437c01 100644 --- a/MdeModulePkg/Include/Library/UefiBootManagerLib.h +++ b/MdeModulePkg/Include/Library/UefiBootManagerLib.h @@ -213,7 +213,7 @@ EfiBootManagerDeleteLoadOptionVariable ( reflect the new order.
@param OptionType The type of the load option.
- @param Comparator The comparator function pointer.
+ @param CompareFunction The comparator function pointer.
**/
VOID
EFIAPI
|