* src/ltlast/formula.hh: Typos in comments.

This commit is contained in:
Alexandre Duret-Lutz 2011-05-23 15:08:24 +02:00
parent 8ecf57e832
commit bd720488b4

View file

@ -140,13 +140,13 @@ namespace spot
return is.in_nenoform;
}
/// Whether the formula avoid the X operator.
/// Whether the formula avoids the X operator.
bool is_X_free() const
{
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
{
return is.sugar_free_ltl;