From: klu2 Date: Wed, 25 Feb 2009 11:45:20 +0000 (+0000) Subject: Refine comments X-Git-Tag: edk2-stable201903~18565 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7df0b5205e84d5ac5d8c4085413c19353f7255e6;ds=sidebyside Refine comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7685 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf index 094378fb82..a886a7bc98 100644 --- a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf +++ b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf @@ -1,7 +1,8 @@ #/** @file -# This library doesn't produce any library class. In its constructor function, -# it uses ExtractGuidedSectionLib service to registers CRC32 guided section handler +# This library doesn't produce any library class. The constructor function uses +# ExtractGuidedSectionLib service to register CRC32 guided section handler # that parses CRC32 encapsulation section and extracts raw data. +# # It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value. # # Copyright (c) 2006 - 2008, Intel Corporation