]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
Minor grammatical work--mostly adding periods. Sending separately a list of files...
[mirror_edk2.git] / MdePkg / Library / BaseExtractGuidedSectionLib / BaseExtractGuidedSectionLib.c
index e8f5481bba0a4dee9925fa9bec9008a2363c0bc4..35cf9a87931763fc69bab2bd90e4bb60cbaa8b63 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -103,7 +103,7 @@ GetExtractGuidedSectionHandlerInfo (
   @param[out]  ExtractHandlerGuidTable  A pointer to the array of GUIDs that have been registered through\r
                                         ExtractGuidedSectionRegisterHandlers().\r
 \r
-  @return the number of the supported extract guided Handler.\r
+  @return The number of the supported extract guided Handler.\r
 \r
 **/\r
 UINTN\r
@@ -242,7 +242,7 @@ ExtractGuidedSectionRegisterHandlers (
   @param[out] SectionAttribute   A pointer to the attributes of the GUIDed section.  See the Attributes field of\r
                                  EFI_GUID_DEFINED_SECTION in the PI Specification.\r
 \r
-  @retval  RETURN_SUCCESS      Get the required information successfully.\r
+  @retval  RETURN_SUCCESS      Successfully retrieved the required information.\r
   @retval  RETURN_UNSUPPORTED  The GUID from the section specified by InputSection does not match any of\r
                                the GUIDs registered with ExtractGuidedSectionRegisterHandlers().\r
   @retval  Others              The return status from the handler associated with the GUID retrieved from\r
@@ -314,7 +314,7 @@ ExtractGuidedSectionGetInfo (
   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
-  then OutputBuffer is set to point at the data in InputSection.  Otherwise, the decoded data will be placed in caller\r
+  then OutputBuffer is set to point at the data in InputSection.  Otherwise, the decoded data will be placed in caller\r
   allocated buffer specified by OutputBuffer.    This function is responsible for computing the  EFI_AUTH_STATUS_PLATFORM_OVERRIDE\r
   bit of in AuthenticationStatus.  The return status from the handler of type EXTRACT_GUIDED_SECTION_DECODE_HANDLER is returned. \r
    \r