]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SectionExtraction.h
Committing changes to the comments, after review with engineers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SectionExtraction.h
index 4e4fe1f9fc2fbe1354503c5a65bab4e00ab4e763..025695bb67ab146c74c684d60103ff95ed938bd8 100644 (file)
@@ -67,13 +67,13 @@ EFI_STATUS
 \r
   @param  This                  Indicates the EFI_SECTION_EXTRACTION_PROTOCOL instance.\r
   @param  SectionStreamHandle   Indicates from which section stream to read.\r
-  @param  SectionType           Pointer to an EFI_SECTION_TYPE.  SectionType == NULL, the contents of the \r
-                                entire section stream are returned in Buffer.If SectionType is not NULL, \r
-                                only the  requested section is returned. EFI_SECTION_ALL matches all section \r
+  @param  SectionType           Pointer to an EFI_SECTION_TYPE. If SectionType == NULL, the contents of the \r
+                                entire section stream are returned in Buffer. If SectionType is not NULL, \r
+                                only the requested section is returned. EFI_SECTION_ALL matches all section \r
                                 types and can be used as a wild card to extract all sections in order.\r
-  @param  SectionDefinitionGuid Pointer to an EFI_GUID.If SectionType ==\r
+  @param  SectionDefinitionGuid Pointer to an EFI_GUID. If SectionType ==\r
                                 EFI_SECTION_GUID_DEFINED, SectionDefinitionGuid indicates what section GUID\r
-                                to search for.If SectionType !=EFI_SECTION_GUID_DEFINED, then\r
+                                to search for. If SectionType !=EFI_SECTION_GUID_DEFINED, then\r
                                 SectionDefinitionGuid is unused and is ignored.\r
   @param  SectionInstance       Indicates which instance of the requested section\r
                                 type to return when SectionType is not NULL.\r