StdLib: Replace some non-ASCII characters with ASCII equivalents.

Signed-off-by: darylm503
Reviewed-by:   jljusten


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12302 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
darylm503
2011-09-08 22:41:36 +00:00
parent a0cd353dd2
commit e395633921
3 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ struct dirent {
// on the file system volume.
UINT64 Attribute; // The time the file was created.
struct timespec CreateTime; // The time when the file was last accessed.
struct timespec LastAccessTime; // The time when the files contents were last modified.
struct timespec LastAccessTime; // The time when the file's contents were last modified.
struct timespec ModificationTime; // The attribute bits for the file. See below.
CHAR16 FileName[1]; // The Null-terminated name of the file.
};