From 2fc59a003ed9104f9feebe0e418f2a04a50f3284 Mon Sep 17 00:00:00 2001 From: myronporter Date: Fri, 25 Jun 2010 21:56:02 +0000 Subject: Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10604 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c') diff --git a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c index 35cf9a8793..ce289d2d6c 100644 --- a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c +++ b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c @@ -34,7 +34,7 @@ typedef struct { the registered guid and Handler list. When it is initialized, it will be directly returned. Or, HandlerInfo table will be initialized in this function. - @param[in, out] InfoPointer Pointer to the handler info structure. + @param[in, out] InfoPointer The pointer to the handler info structure. @retval RETURN_SUCCESS HandlerInfo table can be used to store guid and function tables. @retval RETURN_OUT_OF_RESOURCES HandlerInfo table address is not writable. @@ -147,10 +147,10 @@ ExtractGuidedSectionGetGuidList ( @param[in] SectionGuid A pointer to the GUID associated with the the handlers of the GUIDed section type being registered. - @param[in] GetInfoHandler Pointer to a function that examines a GUIDed section and returns the + @param[in] GetInfoHandler The pointer to a function that examines a GUIDed section and returns the size of the decoded buffer and the size of an optional scratch buffer required to actually decode the data in a GUIDed section. - @param[in] DecodeHandler Pointer to a function that decodes a GUIDed section into a caller + @param[in] DecodeHandler The pointer to a function that decodes a GUIDed section into a caller allocated output buffer. @retval RETURN_SUCCESS The handlers were registered. -- cgit v1.2.3