Changeset: b2d630d5236a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b2d630d5236a
Modified Files:
        gdk/gdk.h
        sql/backends/monet5/sql.c
        sql/storage/bat/bat_storage.c
Branch: nilmask
Log Message:

Spell check.


diffs (36 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -736,7 +736,7 @@ typedef struct {
        bool key:1,             /* no duplicate values present */
                nonil:1,        /* there are no nils in the column */
                nil:1,          /* there is a nil in the column */
-               nilmask:1,      /* bat has nils seperated */
+               nilmask:1,      /* bat has nils separated */
                sorted:1,       /* column is sorted in ascending order */
                revsorted:1,    /* column is sorted in descending order */
                ascii:1;        /* string column is fully ASCII (7 bit) */
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -2498,7 +2498,7 @@ mvc_result_set_wrap( Client cntxt, MalBl
        scale = BATdescriptor(scaleId);
        if (tbl == NULL || atr == NULL || tpe == NULL || len == NULL || scale 
== NULL)
                goto wrapup_result_set;
-       /* mimick the old rsColumn approach; */
+       /* mimic the old rsColumn approach; */
        itertbl = bat_iterator(tbl);
        iteratr = bat_iterator(atr);
        itertpe = bat_iterator(tpe);
diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -2200,7 +2200,7 @@ start_of_appends(BAT *offsets, BUN bcnt)
        return nreplacements;
 }
 
-/* allready locked when called, but needs unlock */
+/* already locked when called, but needs unlock */
 static int
 bat_append_val(sql_trans *tr, sql_delta *bat, sqlid id, BUN offset, BAT 
*offsets, void *i, BUN cnt, bool val)
 {
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to