Fix typo in 3bcba0ef360b

This commit is contained in:
Vincent Herbet 2013-06-29 12:31:08 +02:00
parent 1983f45226
commit 4fcf93afb9

View File

@ -145,7 +145,7 @@ enum FileTimeType
{
FileTime_LastAccess, /* Last access (not available on FAT) */
FileTime_Created, /* Creation (not available on FAT) */
FileTime_LastChang, /* Last modification */
FileTime_LastChange, /* Last modification */
};
/**