Changeset: 4fe7de431d91 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4fe7de431d91 Modified Files: gdk/gdk_mosaic.c Branch: mosaic Log Message:
Typo. diffs (12 lines): diff --git a/gdk/gdk_mosaic.c b/gdk/gdk_mosaic.c --- a/gdk/gdk_mosaic.c +++ b/gdk/gdk_mosaic.c @@ -108,7 +108,7 @@ BATmosaic(BAT *bn, BUN cap) void MOSdestroy(BAT *bn) { if (bn && bn->tmosaic) { - // Only destoy the mosaic heap of the BAT if it is not sharing the mosaic heap of some parent BAT. + // Only destroy the mosaic heap of the BAT if it is not sharing the mosaic heap of some parent BAT. if(!VIEWmosaictparent(bn)){ Heap* h= bn->tmosaic; if( HEAPdelete(h, BBP_physical(bn->batCacheid), "mosaic")) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list