Changeset: d1ebb27a53a2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d1ebb27a53a2
Modified Files:
        pathfinder/compiler/algebra/logical.c
Branch: default
Log Message:

-- Fixed typo.


diffs (12 lines):

diff -r 87f5088371a9 -r d1ebb27a53a2 pathfinder/compiler/algebra/logical.c
--- a/pathfinder/compiler/algebra/logical.c     Thu May 13 21:41:27 2010 +0200
+++ b/pathfinder/compiler/algebra/logical.c     Sun May 16 01:24:16 2010 +0200
@@ -2504,7 +2504,7 @@
 
     /* if we statically know that the type assertion would yield
        an empty type we can replace it by an empty table. This
-       is done in ope/opt_general.brg. Until then we however have
+       is done in opt/opt_general.brg. Until then we however have
        to provide the expected type (if we have given an exact type). */
     if (!assert_ty && pos) {
         assert_ty = ty;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to