Changeset: 8dc547a39b12 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8dc547a39b12
Modified Files:
gdk/gdk_batop.c
Branch: default
Log Message:
BATmergecand(): minor fix in comment
diffs (12 lines):
diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -2256,7 +2256,7 @@ BATmergecand(BAT *a, BAT *b)
assert(a->T->nonil);
assert(b->T->nonil);
- /* we could return a if b is empty (and v.v.) */
+ /* we can return a if b is empty (and v.v.) */
if ( BATcount(a) == 0){
return BATcopy(b, b->htype, b->ttype, 0);
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list