* spot/tl/hierarchy.cc: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2023-12-15 11:31:55 +01:00
parent 3c638f2a88
commit e8c2b27ad2

View file

@ -293,7 +293,7 @@ namespace spot
else
return s ? 'S' : 'O';
}
// Not an obligation. Could by 'P', 'R', or 'T'.
// Not an obligation. Could be 'P', 'R', or 'T'.
if (is_recurrence(f, aut))
return 'R';
if (is_persistence(f, aut))