Changeset: c3f24422e2cb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c3f24422e2cb
Modified Files:
        MonetDB5/src/optimizer/opt_macro.mx
Branch: Oct2010
Log Message:

Typo in comment.


diffs (21 lines):

diff -r f364c5c0886a -r c3f24422e2cb MonetDB5/src/optimizer/opt_macro.mx
--- a/MonetDB5/src/optimizer/opt_macro.mx       Mon Oct 11 14:30:24 2010 +0200
+++ b/MonetDB5/src/optimizer/opt_macro.mx       Mon Oct 11 14:31:03 2010 +0200
@@ -219,7 +219,7 @@
                for (j = 0; j < p->argc; j++)
                        mvar[mtop++] = getArg(q, j);
        }
-       assert(mtop == ctop);   /*shouldn;t happen */
+       assert(mtop == ctop);   /*shouldn't happen */
 
        for (i = 0; i < ctop; i++)
                for (j = i + 1; j < ctop; j++)
@@ -487,7 +487,7 @@
                for (j = 0; j < p->argc; j++)
                        mvar[mtop++] = getArg(p, j);
        }
-       assert(mtop == ctop);   /*shouldn;t happen */
+       assert(mtop == ctop);   /*shouldn't happen */
 
        p = getInstrPtr(mb, pc);
        q = copyInstruction(getInstrPtr(mc, 0));        /* the signature */
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to