Changeset: dc4bb05489cf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc4bb05489cf
Modified Files:
        pathfinder/runtime/pathfinder.mx
Branch: Jun2010
Log Message:

Merged from Feb2010 branch: Typo in comment.


diffs (12 lines):

diff -r 0946f34b97b8 -r dc4bb05489cf pathfinder/runtime/pathfinder.mx
--- a/pathfinder/runtime/pathfinder.mx  Mon May 31 10:57:51 2010 +0200
+++ b/pathfinder/runtime/pathfinder.mx  Mon May 31 15:50:12 2010 +0200
@@ -5703,7 +5703,7 @@
      * these persist accross sessions as the generated PROCs refer to them.
      * This mostly for leakage monitoring purposes, such that dir(); does
      * not show any tmp_X bats. Not doing this would not cause a leak; next 
-     * session the old values are overwritten (and cleant up in MIL).
+     * session the old values are overwritten (and cleaned up in MIL).
      */
     Variable v = monet_cntxt[ctx->stk].var;
     while(v && strcmp(v->name, "v_vid000")) {
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to