]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FileInfo.h
sync comments on data structure to follow latest UEFI spec.
[mirror_edk2.git] / MdePkg / Include / Guid / FileInfo.h
index ad56b6e7340184266abcc62ea17d30c9b579c6fc..20068f7e2e03913b2f39abe9c2d3a2d5c4dab7b5 100644 (file)
@@ -24,7 +24,7 @@
 \r
 typedef struct {\r
   ///\r
-  /// Size of the EFI_FILE_INFO structure, including the Nullterminated Unicode FileName string.\r
+  /// Size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.\r
   ///\r
   UINT64    Size;\r
   ///\r
@@ -52,7 +52,7 @@ typedef struct {
   ///\r
   UINT64    Attribute;\r
   ///\r
-  /// The Null-terminated Unicode name of the file.\r
+  /// The Null-terminated name of the file.\r
   ///\r
   CHAR16    FileName[1];\r
 } EFI_FILE_INFO;\r