From 54ae9c08e8e78089ce186d0a632731943b8f436c Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Mon, 18 May 2015 05:30:35 +0000 Subject: [PATCH] MdeModulePkg: Fix comments typo in UefiBootManagerLib.h Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17466 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/UefiBootManagerLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2