Changeset: 6e2e00587b25 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6e2e00587b25 Modified Files: monetdb5/mal/mal_interpreter.c Branch: Jan2014 Log Message:
Another misplaced semicolon bites the dust. diffs (12 lines): diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c --- a/monetdb5/mal/mal_interpreter.c +++ b/monetdb5/mal/mal_interpreter.c @@ -1431,7 +1431,7 @@ void garbageCollector(Client cntxt, MalB } /* - * Sometimes it helps to release a BAT when it won;t be used anymore. + * Sometimes it helps to release a BAT when it won't be used anymore. * In this case, we have to assure that all references are cleared * as well. The routine below performs this action in the local * stack frame and its parents only. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
