* 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
|
else
|
||||||
return s ? 'S' : 'O';
|
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))
|
if (is_recurrence(f, aut))
|
||||||
return 'R';
|
return 'R';
|
||||||
if (is_persistence(f, aut))
|
if (is_persistence(f, aut))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue