diff options
Diffstat (limited to 'contrib/bloom/blscan.c')
-rw-r--r-- | contrib/bloom/blscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bloom/blscan.c b/contrib/bloom/blscan.c index 316a906734b..11b7505e58f 100644 --- a/contrib/bloom/blscan.c +++ b/contrib/bloom/blscan.c @@ -76,7 +76,7 @@ blendscan(IndexScanDesc scan) } /* - * Insert all matching tuples into to a bitmap. + * Insert all matching tuples into a bitmap. */ int64 blgetbitmap(IndexScanDesc scan, TIDBitmap *tbm) |