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:
eric_tian 2009-05-11 07:28:44 +00:00
parent f158ee678c
commit 8bc18cc642
2 changed files with 4 additions and 4 deletions

View File

@ -1012,8 +1012,8 @@ CoreLocateHandleBuffer (
/** /**
Return the first Protocol Interface that matches the Protocol GUID. If Return the first Protocol Interface that matches the Protocol GUID. If
Registration is pasased in return a Protocol Instance that was just add Registration is passed in, return a Protocol Instance that was just add
to the system. If Retistration is NULL return the first Protocol Interface to the system. If Registration is NULL return the first Protocol Interface
you find. you find.
@param Protocol The protocol to search for @param Protocol The protocol to search for

View File

@ -522,8 +522,8 @@ CoreLocateDevicePath (
/** /**
Return the first Protocol Interface that matches the Protocol GUID. If Return the first Protocol Interface that matches the Protocol GUID. If
Registration is pasased in return a Protocol Instance that was just add Registration is passed in, return a Protocol Instance that was just add
to the system. If Retistration is NULL return the first Protocol Interface to the system. If Registration is NULL return the first Protocol Interface
you find. you find.
@param Protocol The protocol to search for @param Protocol The protocol to search for