[VFS] Fix comment.

This commit is contained in:
gibbed 2019-07-18 17:24:44 -05:00
parent bf989f0aae
commit 324d28adba
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ X_STATUS VirtualFileSystem::OpenFile(const std::string& path,
FileDisposition creation_disposition,
uint32_t desired_access, bool is_directory,
File** out_file, FileAction* out_action) {
// TODO(gibbed): should 'is_directory' remaina s a bool or should it be
// TODO(gibbed): should 'is_directory' remain as a bool or should it be
// flipped to a generic FileAttributeFlags?
// Cleanup access.