Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ef3c82e1
Commit
ef3c82e1
authored
Apr 08, 2010
by
Alexandre Duret-Lutz
Browse files
* src/ltlvisit/basicreduce.cc: Typo in comment.
parent
f282338e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ef3c82e1
2010-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltlvisit/basicreduce.cc: Typo in comment.
2010-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Summarize recent noteworthy changes.
...
...
src/ltlvisit/basicreduce.cc
View file @
ef3c82e1
...
...
@@ -356,7 +356,7 @@ namespace spot
}
else
if
(
uo
->
op
()
==
unop
::
G
)
{
// G(a)
|
G(b) = G(a
|
b)
// G(a)
&
G(b) = G(a
&
b)
tmpG
->
push_back
(
uo
->
child
()
->
clone
());
}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment