Changeset: a6dbd18ebf08 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a6dbd18ebf08
Modified Files:
        monetdb5/modules/mal/remote.mal
        monetdb5/optimizer/optimizer.mal
Branch: Aug2018
Log Message:

Added missing trailing commas in MAL comments.


diffs (24 lines):

diff --git a/monetdb5/modules/mal/remote.mal b/monetdb5/modules/mal/remote.mal
--- a/monetdb5/modules/mal/remote.mal
+++ b/monetdb5/modules/mal/remote.mal
@@ -26,7 +26,7 @@ address RMTconnectScen
 comment "returns a newly created connection for uri, using user name, password 
and scenario";
 pattern connect(table:str, schen:str):str
 address RMTconnectTable
-comment "return a newly created connection for a table. username and password 
should be in the vault"
+comment "return a newly created connection for a table. username and password 
should be in the vault";
 
 command disconnect(conn:str):void
 address RMTdisconnect
diff --git a/monetdb5/optimizer/optimizer.mal b/monetdb5/optimizer/optimizer.mal
--- a/monetdb5/optimizer/optimizer.mal
+++ b/monetdb5/optimizer/optimizer.mal
@@ -28,7 +28,7 @@ pattern optimizer.commonTerms():str
 address OPTwrapper;
 pattern optimizer.commonTerms(mod:any_1, fcn:any_2):str
 address OPTwrapper
-comment "Common sub-expression optimizer"
+comment "Common sub-expression optimizer";
 
 #opt_candidates
 pattern optimizer.candidates():str
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to