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

@ -191,7 +191,7 @@ namespace ams::fssystem {
m_offset_cache.offsets.end_offset = end_offset;
m_offset_cache.is_initialized = true;
/* Cancel guard. */
/* We succeeded. */
R_SUCCEED();
}