mirror of https://github.com/acidanthera/audk.git
fix the typo in DxeCore
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8292 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f158ee678c
commit
8bc18cc642
|
@ -1012,8 +1012,8 @@ CoreLocateHandleBuffer (
|
|||
|
||||
/**
|
||||
Return the first Protocol Interface that matches the Protocol GUID. If
|
||||
Registration is pasased in return a Protocol Instance that was just add
|
||||
to the system. If Retistration is NULL return the first Protocol Interface
|
||||
Registration is passed in, return a Protocol Instance that was just add
|
||||
to the system. If Registration is NULL return the first Protocol Interface
|
||||
you find.
|
||||
|
||||
@param Protocol The protocol to search for
|
||||
|
|
|
@ -522,8 +522,8 @@ CoreLocateDevicePath (
|
|||
|
||||
/**
|
||||
Return the first Protocol Interface that matches the Protocol GUID. If
|
||||
Registration is pasased in return a Protocol Instance that was just add
|
||||
to the system. If Retistration is NULL return the first Protocol Interface
|
||||
Registration is passed in, return a Protocol Instance that was just add
|
||||
to the system. If Registration is NULL return the first Protocol Interface
|
||||
you find.
|
||||
|
||||
@param Protocol The protocol to search for
|
||||
|
|
Loading…
Reference in New Issue