Changeset: 705241e7fc99 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=705241e7fc99
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: Aug2011
Log Message:

SQLinitClient: wrap comment


diffs (16 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
@@ -383,9 +383,9 @@ SQLinitClient(Client c)
        if (SQLinitialized == 0 )
                SQLprelude();
        /*
-        * @-
-        * Based on the initialization retun value we can prepare a SQLinit 
string with all information needed
-        * to initialize the catalog based on the mandatory scripts to be 
executed.
+        * Based on the initialization return value we can prepare a SQLinit
+        * string with all information needed to initialize the catalog
+        * based on the mandatory scripts to be executed.
         */
        if (sqlinit) { /* add sqlinit to the fdin stack */
                buffer *b = (buffer*)GDKmalloc(sizeof(buffer));
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to