Changeset: 184c6c014e55 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=184c6c014e55 Modified Files: monetdb5/optimizer/opt_garbageCollector.c Branch: default Log Message:
Typo diffs (12 lines): diff --git a/monetdb5/optimizer/opt_garbageCollector.c b/monetdb5/optimizer/opt_garbageCollector.c --- a/monetdb5/optimizer/opt_garbageCollector.c +++ b/monetdb5/optimizer/opt_garbageCollector.c @@ -131,7 +131,7 @@ OPTgarbageCollectorImplementation(Client chkDeclarations(cntxt->fdout, mb); } /* keep all actions taken as a post block comment */ - snprintf(buf,256,"%-20s actions=%2d time=" LLFMT " usec","garbagecollctor",actions+1,GDKusec() - usec); + snprintf(buf,256,"%-20s actions=%2d time=" LLFMT " usec","garbagecollector",actions+1,GDKusec() - usec); newComment(mb,buf); return actions+1; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list