]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FileInfo.h
Add LegacyRegion 2 protocol definition in MdePkg
[mirror_edk2.git] / MdePkg / Include / Guid / FileInfo.h
index da5868920dc4e1bdc7939d4f06427234b60ee30a..20068f7e2e03913b2f39abe9c2d3a2d5c4dab7b5 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides a GUID and a data structure that can be used with EFI_FILE_PROTOCOL.SetInfo()\r
   and EFI_FILE_PROTOCOL.GetInfo() to set or get generic file information.\r
-  This guid is defined in UEFI specification.\r
+  This GUID is defined in UEFI specification.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
@@ -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