De-Unicode

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6347 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-10-31 04:59:35 +00:00
parent 5d51e4639b
commit 242942b20f
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ typedef struct {
///
typedef struct {
///
/// A GUID that defines the memory allocation region¡¯s type and purpose, as well as
/// A GUID that defines the memory allocation region's type and purpose, as well as
/// other fields within the memory allocation HOB. This GUID is used to define the
/// additional data within the HOB that may be present for the memory allocation HOB.
/// Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0

View File

@ -576,7 +576,7 @@ typedef struct {
///
VOID *Buffer;
///
/// Size of the files data.
/// Size of the file's data.
///
UINT32 BufferSize;
} EFI_FV_FILE_INFO;