Changeset: 7171561ab34b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7171561ab34b
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: Apr2019
Log Message:

Comment typo.


diffs (14 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -719,8 +719,8 @@ SQLinitClientFromMAL(Client c) {
        mvc* m = ((backend*) c->sqlcontext)->mvc;
 
        /* Crucial step:
-        * MAL script that interact with the sql module
-        * have to have a properly initialized transaction.
+        * MAL scripts that interact with the sql module
+        * must have a properly initialized transaction.
         */
        SQLtrans(m);
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to