From 776e313413fd7b533c0343fec9935c130e19e66f Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 9 Nov 2018 09:29:15 -0800 Subject: [PATCH] though it is -> if it were --- nx/include/switch/services/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index 46cfbf40..ce2341b5 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -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