summaryrefslogtreecommitdiffstats
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
parentf158ee678ca89b882a08fe420c79983966a7dd37 (diff)
downloadedk2-8bc18cc6427ade21d73090fc58e7b065578f0309.tar.gz
edk2-8bc18cc6427ade21d73090fc58e7b065578f0309.tar.bz2
edk2-8bc18cc6427ade21d73090fc58e7b065578f0309.zip
fix the typo in DxeCore
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8292 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.h4
-rw-r--r--MdeModulePkg/Core/Dxe/Hand/Locate.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index 4f57b7257f..c0d644fda7 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -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
diff --git a/MdeModulePkg/Core/Dxe/Hand/Locate.c b/MdeModulePkg/Core/Dxe/Hand/Locate.c
index 8e60a0567a..ec5c2584de 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