X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FGuid%2FFileInfo.h;h=20068f7e2e03913b2f39abe9c2d3a2d5c4dab7b5;hp=ad56b6e7340184266abcc62ea17d30c9b579c6fc;hb=fbf926add92ee7c528aed264b0b71442b2caef04;hpb=f60515255d4a750b4a763de6c89830b0d224c96c 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;