Changeset: ebde74ea7ff7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ebde74ea7ff7
Modified Files:
        sql/backends/monet5/sql_gencode.c
Branch: Jun2016
Log Message:

fixed typo


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_gencode.c 
b/sql/backends/monet5/sql_gencode.c
--- a/sql/backends/monet5/sql_gencode.c
+++ b/sql/backends/monet5/sql_gencode.c
@@ -704,7 +704,7 @@ static int
        pushInstruction(curBlk, p);
        pushEndInstruction(curBlk);
 
-       /* SQL function definitions meant f r inlineing should not be optimized 
before */
+       /* SQL function definitions meant for inlineing should not be optimized 
before */
        curBlk->inlineProp = 1;
        addQueryToCache(c);
        if (backup)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to