]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / DxeExtractGuidedSectionLib / DxeExtractGuidedSectionLib.c
index c9cb612835d861726ef47818157511dce84f6238..1587e872fa2062dfb339bff7f10a1a0278ddee4b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provide generic extract guided section functions for Dxe phase.\r
 \r
-  Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
   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
@@ -31,8 +31,8 @@ EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *mExtractGetInfoHandlerTable = NULL;
 /**\r
   Reallocates more global memory to store the registered guid and Handler list.\r
 \r
-  @retval  RETURN_SUCCESS            Reallocate more global memory space to store guid and function tables.\r
-  @retval  RETURN_OUT_OF_RESOURCES   No enough memory to allocated.\r
+  @retval  RETURN_SUCCESS            Reallocated more global memory space to store guid and function tables.\r
+  @retval  RETURN_OUT_OF_RESOURCES   Not enough memory to allocate.\r
 **/\r
 RETURN_STATUS\r
 EFIAPI\r
@@ -103,8 +103,8 @@ Done:
   @param  ImageHandle   The firmware allocated handle for the EFI image.\r
   @param  SystemTable   A pointer to the EFI System Table.\r
 \r
-  @retval  RETURN_SUCCESS            Allocate the global memory space to store guid and function tables.\r
-  @retval  RETURN_OUT_OF_RESOURCES   No enough memory to allocated.\r
+  @retval  RETURN_SUCCESS            Allocated the global memory space to store guid and function tables.\r
+  @retval  RETURN_OUT_OF_RESOURCES   Not enough memory to allocate.\r
 **/\r
 RETURN_STATUS\r
 EFIAPI\r
@@ -127,7 +127,7 @@ DxeExtractGuidedSectionLibConstructor (
   @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 obtained 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