summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Hand
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-11 07:28:44 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-11 07:28:44 +0000
commit8bc18cc6427ade21d73090fc58e7b065578f0309 (patch)
tree8186639763b3725744d6d4cde76ef43bfabaee55 /MdeModulePkg/Core/Dxe/Hand
parentf158ee678ca89b882a08fe420c79983966a7dd37 (diff)
downloadedk2-8bc18cc6427ade21d73090fc58e7b065578f0309.zip
edk2-8bc18cc6427ade21d73090fc58e7b065578f0309.tar.gz
edk2-8bc18cc6427ade21d73090fc58e7b065578f0309.tar.bz2
fix the typo in DxeCore
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8292 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Hand')
-rw-r--r--MdeModulePkg/Core/Dxe/Hand/Locate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/Hand/Locate.c b/MdeModulePkg/Core/Dxe/Hand/Locate.c
index 8e60a05..ec5c258 100644
--- a/MdeModulePkg/Core/Dxe/Hand/Locate.c
+++ b/MdeModulePkg/Core/Dxe/Hand/Locate.c
@@ -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