fix a misspelling.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10905 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey
2010-10-04 16:25:24 +00:00
parent 3c865f2064
commit 40d7a9cfaa
2 changed files with 30 additions and 9 deletions

View File

@@ -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
);