Changeset: cc15e2f2b3c8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cc15e2f2b3c8
Modified Files:
gdk/gdk_search.c
Branch: leftmart
Log Message:
of is or in dutch
diffs (30 lines):
diff --git a/gdk/gdk_search.c b/gdk/gdk_search.c
--- a/gdk/gdk_search.c
+++ b/gdk/gdk_search.c
@@ -850,7 +850,7 @@ SORTfndwhich(BAT *b, const void *v, enum
}
/* Return the BUN of any tail value in b that is equal to v; if no
- * match is found, return BUN_NONE. b must be sorted (reverse of
+ * match is found, return BUN_NONE. b must be sorted (reverse or
* forward). */
BUN
SORTfnd(BAT *b, const void *v)
@@ -860,7 +860,7 @@ SORTfnd(BAT *b, const void *v)
/* Return the BUN of the first (lowest numbered) tail value that is
* equal to v; if no match is found, return the BUN of the next higher
- * value in b. b must be sorted (reverse of forward). */
+ * value in b. b must be sorted (reverse or forward). */
BUN
SORTfndfirst(BAT *b, const void *v)
{
@@ -868,7 +868,7 @@ SORTfndfirst(BAT *b, const void *v)
}
/* Return the BUN of the first (lowest numbered) tail value beyond v.
- * b must be sorted (reverse of forward). */
+ * b must be sorted (reverse or forward). */
BUN
SORTfndlast(BAT *b, const void *v)
{
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list