]> git.proxmox.com Git - mirror_edk2.git/commitdiff
fix the typo in DxeCore
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 May 2009 07:28:44 +0000 (07:28 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 May 2009 07:28:44 +0000 (07:28 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8292 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg/Core/Dxe/Hand/Locate.c

index 4f57b7257f5c575deb1126c448003f2a6fa2a2ad..c0d644fda73106cec767b936dd416178fd16ec24 100644 (file)
@@ -1012,8 +1012,8 @@ CoreLocateHandleBuffer (
 \r
 /**\r
   Return the first Protocol Interface that matches the Protocol GUID. If\r
-  Registration is pasased in return a Protocol Instance that was just add\r
-  to the system. If Retistration is NULL return the first Protocol Interface\r
+  Registration is passed in, return a Protocol Instance that was just add\r
+  to the system. If Registration is NULL return the first Protocol Interface\r
   you find.\r
 \r
   @param  Protocol               The protocol to search for\r
index 8e60a0567ac67c304de7a176ac9704e2c290896c..ec5c2584de5ec429b0c53c5b9371c428f83e6307 100644 (file)
@@ -522,8 +522,8 @@ CoreLocateDevicePath (
 \r
 /**\r
   Return the first Protocol Interface that matches the Protocol GUID. If\r
-  Registration is pasased in return a Protocol Instance that was just add\r
-  to the system. If Retistration is NULL return the first Protocol Interface\r
+  Registration is passed in, return a Protocol Instance that was just add\r
+  to the system. If Registration is NULL return the first Protocol Interface\r
   you find.\r
 \r
   @param  Protocol               The protocol to search for\r