summaryrefslogtreecommitdiff
path: root/ShellPkg/Include/Library/HandleParsingLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Include/Library/HandleParsingLib.h')
-rw-r--r--ShellPkg/Include/Library/HandleParsingLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Include/Library/HandleParsingLib.h b/ShellPkg/Include/Library/HandleParsingLib.h
index f08768c152..b8166ff76f 100644
--- a/ShellPkg/Include/Library/HandleParsingLib.h
+++ b/ShellPkg/Include/Library/HandleParsingLib.h
@@ -321,7 +321,7 @@ ConvertHandleIndexToHandle(
**/
EFI_HANDLE*
EFIAPI
-GetHandleListByPotocol (
+GetHandleListByProtocol (
IN CONST EFI_GUID *ProtocolGuid OPTIONAL
);
@@ -335,7 +335,7 @@ GetHandleListByPotocol (
**/
EFI_HANDLE*
EFIAPI
-GetHandleListByPotocolList (
+GetHandleListByProtocolList (
IN CONST EFI_GUID **ProtocolGuids
);