* src/ltlast/formula.hh: Typos in comments.
This commit is contained in:
parent
8ecf57e832
commit
bd720488b4
1 changed files with 2 additions and 2 deletions
|
|
@ -140,13 +140,13 @@ namespace spot
|
||||||
return is.in_nenoform;
|
return is.in_nenoform;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Whether the formula avoid the X operator.
|
/// Whether the formula avoids the X operator.
|
||||||
bool is_X_free() const
|
bool is_X_free() const
|
||||||
{
|
{
|
||||||
return is.X_free;
|
return is.X_free;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Whether the formula avoid the F and G operators.
|
/// Whether the formula avoids the F and G operators.
|
||||||
bool is_sugar_free_ltl() const
|
bool is_sugar_free_ltl() const
|
||||||
{
|
{
|
||||||
return is.sugar_free_ltl;
|
return is.sugar_free_ltl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue