Mercurial > hg > MonetDB-extend
changeset 27:07a6ef1fde8e
Fixed syntax err in comment
author | Jennie Zhang <y.zhang@cwi.nl> |
---|---|
date | Wed, 24 Jan 2018 16:42:47 +0100 (2018-01-24) |
parents | 6e7090d3e096 |
children | e925d55b369b |
files | regexp/regexp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/regexp/regexp.c Wed Jan 24 16:38:22 2018 +0100 +++ b/regexp/regexp.c Wed Jan 24 16:42:47 2018 +0100 @@ -424,7 +424,7 @@ * for r (the patterns). * Note, the MAL interpreter will only call this function with * a pair of str BATs because that is the only interface that - * is defined in the MAL file, so this check is superfluous. */ + * is defined in the MAL file, so this check is superfluous. */ if (ATOMstorage(l->ttype) != TYPE_str || r->ttype != TYPE_str) { BBPunfix(l->batCacheid);