diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-24 08:56:33 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-24 08:56:33 +0000 |
commit | fbf926add92ee7c528aed264b0b71442b2caef04 (patch) | |
tree | df9fe792eedfc8522463f3596ac2298eb71c27e8 /MdePkg/Include/Guid | |
parent | f60515255d4a750b4a763de6c89830b0d224c96c (diff) | |
download | edk2-platforms-fbf926add92ee7c528aed264b0b71442b2caef04.tar.xz |
sync comments on data structure to follow latest UEFI spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9309 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Guid')
-rw-r--r-- | MdePkg/Include/Guid/FileInfo.h | 4 | ||||
-rw-r--r-- | MdePkg/Include/Guid/FileSystemInfo.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Guid/FileInfo.h b/MdePkg/Include/Guid/FileInfo.h index ad56b6e734..20068f7e2e 100644 --- a/MdePkg/Include/Guid/FileInfo.h +++ b/MdePkg/Include/Guid/FileInfo.h @@ -24,7 +24,7 @@ typedef struct {
///
- /// Size of the EFI_FILE_INFO structure, including the Nullterminated Unicode FileName string.
+ /// Size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.
///
UINT64 Size;
///
@@ -52,7 +52,7 @@ typedef struct { ///
UINT64 Attribute;
///
- /// The Null-terminated Unicode name of the file.
+ /// The Null-terminated name of the file.
///
CHAR16 FileName[1];
} EFI_FILE_INFO;
diff --git a/MdePkg/Include/Guid/FileSystemInfo.h b/MdePkg/Include/Guid/FileSystemInfo.h index 255e58061f..b3f8f0b576 100644 --- a/MdePkg/Include/Guid/FileSystemInfo.h +++ b/MdePkg/Include/Guid/FileSystemInfo.h @@ -24,7 +24,7 @@ typedef struct {
///
- /// Size of the EFI_FILE_SYSTEM_INFO structure, including the Null-terminated Unicode VolumeLabel string.
+ /// Size of the EFI_FILE_SYSTEM_INFO structure, including the Null-terminated VolumeLabel string.
///
UINT64 Size;
///
|