though it is -> if it were

This commit is contained in:
Michael Scire 2018-11-09 09:29:15 -08:00
parent 0d0c080908
commit 776e313413

View File

@ -206,7 +206,7 @@ Result fsFsQueryEntry(FsFileSystem* fs, void *out, size_t out_size, const void *
void fsFsClose(FsFileSystem* fs);
/// Uses fsFsQueryEntry to set the archive bit on the specified absolute directory path.
/// This will cause HOS to treat the directory as though it is a file containing the directory's concatenated contents.
/// This will cause HOS to treat the directory as if it were a file containing the directory's concatenated contents.
Result fsFsSetArchiveBit(FsFileSystem* fs, const char *path);
// IFile