style: fix a few remaining 'type' instead of 'kind'

* data/skeletons/glr.c, data/skeletons/yacc.c (YY_SYMBOL_PRINT):
Here.
This commit is contained in:
Akim Demaille
2020-04-26 08:18:46 +02:00
parent c4dbc1776c
commit 22eeb1ab8a
4 changed files with 10 additions and 10 deletions

View File

@@ -352,7 +352,7 @@ m4_define([b4_symbol_type_define],
break;
}
// Type destructor.
// Value type destructor.
]b4_symbol_variant([[yykind]], [[value]], [[template destroy]])])[
Base::clear ();
}