]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / BaseExtractGuidedSectionLib / BaseExtractGuidedSectionLib.c
index 35cf9a87931763fc69bab2bd90e4bb60cbaa8b63..ce289d2d6cfde2a5b96c36d96d1f237290e69046 100644 (file)
@@ -34,7 +34,7 @@ typedef struct {
   the registered guid and Handler list. When it is initialized, it will be directly returned. \r
   Or, HandlerInfo table will be initialized in this function.\r
 \r
-  @param[in, out]  InfoPointer   Pointer to the handler info structure.\r
+  @param[in, out]  InfoPointer   The pointer to the handler info structure.\r
 \r
   @retval  RETURN_SUCCESS            HandlerInfo table can be used to store guid and function tables.\r
   @retval  RETURN_OUT_OF_RESOURCES   HandlerInfo table address is not writable.\r
@@ -147,10 +147,10 @@ ExtractGuidedSectionGetGuidList (
 \r
   @param[in]  SectionGuid    A pointer to the GUID associated with the the handlers\r
                              of the GUIDed section type being registered.\r
-  @param[in]  GetInfoHandler Pointer to a function that examines a GUIDed section and returns the\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
                              required to actually decode the data in a GUIDed section.\r
-  @param[in]  DecodeHandler  Pointer to a function that decodes a GUIDed section into a caller\r
+  @param[in]  DecodeHandler  The pointer to a function that decodes a GUIDed section into a caller\r
                              allocated output buffer. \r
 \r
   @retval  RETURN_SUCCESS           The handlers were registered.\r