From 324d28adba899ad9b40a0bc8e1d7ed9b9d950da3 Mon Sep 17 00:00:00 2001 From: gibbed Date: Thu, 18 Jul 2019 17:24:44 -0500 Subject: [PATCH] [VFS] Fix comment. --- src/xenia/vfs/virtual_file_system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/vfs/virtual_file_system.cc b/src/xenia/vfs/virtual_file_system.cc index acef5e865..774eabe45 100644 --- a/src/xenia/vfs/virtual_file_system.cc +++ b/src/xenia/vfs/virtual_file_system.cc @@ -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.