mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
spelling: outputting
This commit is contained in:
committed by
Akim Demaille
parent
1bf3e2860b
commit
9188385b55
@@ -3702,7 +3702,7 @@
|
||||
Remove trailing blanks.
|
||||
The epilogue has its own ending \n, no need to add another.
|
||||
|
||||
* data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputing the
|
||||
* data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputting the
|
||||
epilogue.
|
||||
* data/glr.cc: dnl when extending the epilogue.
|
||||
Remove stray "private:".
|
||||
|
||||
@@ -50,12 +50,12 @@ DEFTIMEVAR (tv_ielr_phase3 , "IELR(1) Phase 3")
|
||||
DEFTIMEVAR (tv_ielr_phase4 , "IELR(1) Phase 4")
|
||||
DEFTIMEVAR (tv_conflicts , "conflicts")
|
||||
|
||||
/* Time spent outputing results. */
|
||||
DEFTIMEVAR (tv_report , "outputing report")
|
||||
DEFTIMEVAR (tv_graph , "outputing graph")
|
||||
DEFTIMEVAR (tv_xml , "outputing xml")
|
||||
/* Time spent outputting results. */
|
||||
DEFTIMEVAR (tv_report , "outputting report")
|
||||
DEFTIMEVAR (tv_graph , "outputting graph")
|
||||
DEFTIMEVAR (tv_xml , "outputting xml")
|
||||
DEFTIMEVAR (tv_actions , "parser action tables")
|
||||
DEFTIMEVAR (tv_parser , "outputing parser")
|
||||
DEFTIMEVAR (tv_parser , "outputting parser")
|
||||
DEFTIMEVAR (tv_m4 , "running m4")
|
||||
|
||||
/* Time spent by freeing the memory :). */
|
||||
|
||||
Reference in New Issue
Block a user