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

@@ -78,7 +78,7 @@ namespace ams::fssystem {
auto cur_entry = *visitor.Get<Entry>();
while (cur_entry.GetVirtualOffset() < end_offset) {
/* Try to write the entry to the out list */
/* Try to write the entry to the out list. */
if (entry_count != 0) {
if (count >= entry_count) {
break;