* spot/tl/hierarchy.cc: Typo in comment.
This commit is contained in:
parent
3c638f2a88
commit
e8c2b27ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue