]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
MdePkg/Library/Dxe: Fix various typos
[mirror_edk2.git] / MdePkg / Library / DxeExtractGuidedSectionLib / DxeExtractGuidedSectionLib.c
index 4dfe450be9bc47901302b8ae522b42212b171bbd..ef730ec551594bf6701078f8e1cbcb2cd37de3e9 100644 (file)
@@ -150,7 +150,7 @@ ExtractGuidedSectionGetGuidList (
   If GetInfoHandler is NULL, then ASSERT().\r
   If DecodeHandler is NULL, then ASSERT().\r
 \r
-  @param[in]  SectionGuid    A pointer to the GUID associated with the the handlers\r
+  @param[in]  SectionGuid    A pointer to the GUID associated with the handlers\r
                              of the GUIDed section type being registered.\r
   @param[in]  GetInfoHandler The pointer to a function that examines a GUIDed section and returns the\r
                              size of the decoded buffer and the size of an optional scratch buffer\r
@@ -231,9 +231,9 @@ ExtractGuidedSectionRegisterHandlers (
   Examines a GUIDed section specified by InputSection.\r
   If GUID for InputSection does not match any of the GUIDs registered through ExtractGuidedSectionRegisterHandlers(),\r
   then RETURN_UNSUPPORTED is returned.\r
-  If the GUID of InputSection does match the GUID that this handler supports, then the the associated handler\r
+  If the GUID of InputSection does match the GUID that this handler supports, then the associated handler\r
   of type EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER that was registered with ExtractGuidedSectionRegisterHandlers()\r
-  is used to retrieve the OututBufferSize, ScratchSize, and Attributes values. The return status from the handler of\r
+  is used to retrieve the OutputBufferSize, ScratchSize, and Attributes values. The return status from the handler of\r
   type EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER is returned.\r
 \r
   If InputSection is NULL, then ASSERT().\r
@@ -311,7 +311,7 @@ ExtractGuidedSectionGetInfo (
   Decodes the GUIDed section specified by InputSection.\r
   If GUID for InputSection does not match any of the GUIDs registered through ExtractGuidedSectionRegisterHandlers(),\r
   then RETURN_UNSUPPORTED is returned.\r
-  If the GUID of InputSection does match the GUID that this handler supports, then the the associated handler\r
+  If the GUID of InputSection does match the GUID that this handler supports, then the associated handler\r
   of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER that was registered with ExtractGuidedSectionRegisterHandlers()\r
   is used to decode InputSection into the buffer specified by OutputBuffer and the authentication status of this\r
   decode operation is returned in AuthenticationStatus.  If the decoded buffer is identical to the data in InputSection,\r
@@ -397,7 +397,7 @@ ExtractGuidedSectionDecode (
 \r
   If SectionGuid is NULL, then ASSERT().\r
 \r
-  @param[in]  SectionGuid    A pointer to the GUID associated with the handlersof the GUIDed\r
+  @param[in]  SectionGuid    A pointer to the GUID associated with the handlers of the GUIDed\r
                              section type being retrieved.\r
   @param[out] GetInfoHandler Pointer to a function that examines a GUIDed section and returns\r
                              the size of the decoded buffer and the size of an optional scratch\r