libstrat: comment fixes for fssystem

This commit is contained in:
Liam
2023-08-11 12:14:21 -04:00
committed by SciresM
parent fca213460b
commit e54957285f
5 changed files with 7 additions and 7 deletions

View File

@@ -256,7 +256,7 @@ namespace ams::fssystem {
/* Process indirect layer. */
if (patch_info.HasIndirectTable()) {
/* Create the indirect meta storage */
/* Create the indirect meta storage. */
std::shared_ptr<fs::IStorage> indirect_storage_meta_storage = patch_meta_indirect_meta_storage;
if (indirect_storage_meta_storage == nullptr) {
/* If we don't have a meta storage, we must not have a patch meta hash layer. */