Changeset: ca4500956cad for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ca4500956cad
Modified Files:
        gdk/gdk_cand.h
Branch: Mar2018
Log Message:

Update comment.


diffs (15 lines):

diff --git a/gdk/gdk_cand.h b/gdk/gdk_cand.h
--- a/gdk/gdk_cand.h
+++ b/gdk/gdk_cand.h
@@ -11,9 +11,8 @@
  * and s (the candidate list).  Start and end are the start and end
  * BUNs of b that need to be considered.  They are relative to the
  * start of the heap.  Cand and candend point into the candidate list,
- * if present.  Note that if the tail of the candidate list is dense,
- * cand and candend are set to NULL and start and end are adjusted
- * instead. */
+ * if present.  Note that if the candidate list is dense, cand and
+ * candend are set to NULL and start and end are adjusted instead. */
 #define CANDINIT(b, s, start, end, cnt, cand, candend)                 \
        do {                                                            \
                start = 0;                                              \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to