]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/Locate.c
MdeModulePkg/Core/PiSmmCore: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / Locate.c
index 85c6873fafe2b5808e06aa681a4a7fa0478de7fd..8458199ec86cf035c141a6ebc53389f251a7f27f 100644 (file)
@@ -34,7 +34,7 @@ IHANDLE *
 /**\r
   Routine to get the next Handle, when you are searching for all handles.\r
 \r
-  @param  Position               Information about which Handle to seach for.\r
+  @param  Position               Information about which Handle to search for.\r
   @param  Interface              Return the interface structure for the matching\r
                                  protocol.\r
 \r
@@ -70,7 +70,7 @@ SmmGetNextLocateAllHandles (
   Routine to get the next Handle, when you are searching for register protocol\r
   notifies.\r
 \r
-  @param  Position               Information about which Handle to seach for.\r
+  @param  Position               Information about which Handle to search for.\r
   @param  Interface              Return the interface structure for the matching\r
                                  protocol.\r
 \r
@@ -116,7 +116,7 @@ SmmGetNextLocateByRegisterNotify (
 /**\r
   Routine to get the next Handle, when you are searching for a given protocol.\r
 \r
-  @param  Position               Information about which Handle to seach for.\r
+  @param  Position               Information about which Handle to search for.\r
   @param  Interface              Return the interface structure for the matching\r
                                  protocol.\r
 \r
@@ -173,7 +173,7 @@ SmmGetNextLocateByProtocol (
 /**\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
+  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