Comment change.

* data/lalr1.cc: here.
This commit is contained in:
Akim Demaille
2008-12-31 13:48:40 +01:00
parent 49572920dd
commit 33c78bd23e
2 changed files with 6 additions and 1 deletions

View File

@@ -530,7 +530,7 @@ m4_ifdef([b4_stype],
symbol_base_type<Exact>& yysym) const;
public:
/// Element of the stack: a state and its attributes.
/// External form of a symbol: its type and attributes.
struct symbol_type : symbol_base_type<symbol_type>
{
/// The parent class.