* src/ltlparse/ltlparse.yy: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2003-06-05 12:20:02 +00:00
parent 80dd0ae140
commit cebffb11e8
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@
}
%{
/* Spotparse.hh and parsedecl.hh include each other recursively.
/* ltlparse.hh and parsedecl.hh include each other recursively.
We mut ensure that YYSTYPE is declared (by the above %union)
before parsedecl.hh uses it. */
#include "parsedecl.hh"