X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FPiSmmCore%2FLocate.c;h=8458199ec86cf035c141a6ebc53389f251a7f27f;hb=4be497df49da98306ef31988e95eb804d123e9d5;hp=85c6873fafe2b5808e06aa681a4a7fa0478de7fd;hpb=9d510e61fceee7b92955ef9a3c20343752d8ce3f;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/PiSmmCore/Locate.c b/MdeModulePkg/Core/PiSmmCore/Locate.c index 85c6873faf..8458199ec8 100644 --- a/MdeModulePkg/Core/PiSmmCore/Locate.c +++ b/MdeModulePkg/Core/PiSmmCore/Locate.c @@ -34,7 +34,7 @@ IHANDLE * /** Routine to get the next Handle, when you are searching for all handles. - @param Position Information about which Handle to seach for. + @param Position Information about which Handle to search for. @param Interface Return the interface structure for the matching protocol. @@ -70,7 +70,7 @@ SmmGetNextLocateAllHandles ( Routine to get the next Handle, when you are searching for register protocol notifies. - @param Position Information about which Handle to seach for. + @param Position Information about which Handle to search for. @param Interface Return the interface structure for the matching protocol. @@ -116,7 +116,7 @@ SmmGetNextLocateByRegisterNotify ( /** Routine to get the next Handle, when you are searching for a given protocol. - @param Position Information about which Handle to seach for. + @param Position Information about which Handle to search for. @param Interface Return the interface structure for the matching protocol. @@ -173,7 +173,7 @@ SmmGetNextLocateByProtocol ( /** 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 + to the system. If Registration is NULL return the first Protocol Interface you find. @param Protocol The protocol to search for