[VFS] Fix comment.
This commit is contained in:
parent
bf989f0aae
commit
324d28adba
|
@ -183,7 +183,7 @@ X_STATUS VirtualFileSystem::OpenFile(const std::string& path,
|
||||||
FileDisposition creation_disposition,
|
FileDisposition creation_disposition,
|
||||||
uint32_t desired_access, bool is_directory,
|
uint32_t desired_access, bool is_directory,
|
||||||
File** out_file, FileAction* out_action) {
|
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?
|
// flipped to a generic FileAttributeFlags?
|
||||||
|
|
||||||
// Cleanup access.
|
// Cleanup access.
|
||||||
|
|
Loading…
Reference in New Issue